Module bevy::render::extract_component

Structs§

Traits§

Derive Macros§

  • Implements ExtractComponent trait for a component. The component must implement [Clone]. The component will be extracted into the render world via cloning. Note that this only enables extraction of the component, it does not execute the extraction. See ExtractComponentPlugin to actually perform the extraction.