Module bevy_render::extract_instances
source · Expand description
Convenience logic for turning components from the main world into extracted instances in the render world.
This is essentially the same as the extract_component
module, but
higher-performance because it avoids the ECS overhead.
Structs§
- This plugin extracts one or more components into the “render world” as extracted instances.
- Stores all extract instances of a type in the render world.
Traits§
- Describes how to extract data needed for rendering from a component or components.