[−][src]Crate bevy_derive
Derive Macros
| AsVertexBufferDescriptor | Derives the AsVertexBufferDescriptor trait. |
| Bytes | Derives the Bytes trait. Each field must also implements Bytes or this will fail. |
| DynamicPlugin | Generates a dynamic plugin entry point function for the given |
| FromResources | Derives the FromResources trait. Each field must also implement the FromResources trait or this will fail. FromResources is automatically implemented for types that implement Default. |
| RenderResource | Derives the RenderResource trait. The type must also implement |
| RenderResources | Derives the RenderResources trait. Each field must implement RenderResource or this will fail.
You can ignore fields using |
| ShaderDefs | Derives the ShaderDefs trait. Each field must implement ShaderDef or this will fail.
You can ignore fields using |