Skip to main content

Module extract_component

Module extract_component 

Source

Re-exports§

pub use crate::uniform::ComponentUniforms;
pub use crate::uniform::DynamicUniformIndex;
pub use crate::uniform::UniformComponentPlugin;

Structs§

ExtractComponentPlugin
This plugin extracts the components into the render world for synced entities. To do so, it sets up the ExtractSchedule step for the specified ExtractComponent.

Traits§

ExtractComponent
Describes how a component gets extracted for rendering.

Derive Macros§

ExtractComponent
Implements ExtractComponent trait for a component.