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§
- Extract
Instances Plugin - This plugin extracts one or more components into the “render world” as extracted instances.
- Extracted
Instances - Stores all extract instances of a type in the render world.
Traits§
- Extract
Instance - Describes how to extract data needed for rendering from a component or components.