Module property
Expand description
Registration support for property types.
Modules§
- export_
info_ functions - Functions used to translate user-provided arguments into export hints.
Traits§
- Builtin
Export - Marker trait to identify
GodotType
s that can be directly used with an#[export]
. - Export
- Trait implemented for types that can be used as
#[export]
fields. - Var
- Trait implemented for types that can be used as
#[var]
fields.