Crate bevy_render_macros
source ·Derive Macros§
- Implements
ExtractComponent
trait for a component. The component must implementClone
. 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. SeeExtractComponentPlugin
to actually perform the extraction. - Derive macro generating an impl of the trait
RenderLabel
. - Derive macro generating an impl of the trait
RenderSubGraph
.