Expand description
Derive macros for BMS
Macros§
- impl_
get_ type_ dependencies - Proc macro equivalent of
GetTypeDependencies
which does not generate a type, purely the impl. Useful for generating implementations against remote types.
Attribute Macros§
- script_
bindings - Derive macro for generating script bindings from an impl block.
- script_
globals - Derive macro for generating script globals from an impl block.
Derive Macros§
- Debug
With Type Info - Derive macro for generating
Debug
implementations which include type information. Uses theDebugWithTypeInfoBuilder
trait frombevy_mod_scripting_display
to generate the debug output. - GetType
Dependencies - Derive macro for generating
GetTypeDependencies
implementations. - Into
Script - Default implementation for the
IntoScript
trait - Typed
Through - Default implementation for the
TypedThrough
trait