Expand description
Registration support for property types.
Modules§
- Functions used to translate user-provided arguments into export hints.
Structs§
- Info needed by Godot, for how to export a type to the editor.
Traits§
- Trait implemented for types that can be used as
#[export]
fields. - Marks types that are registered via “type string hint” in Godot.
- Trait implemented for types that can be used as
#[var]
fields.