Module property
Expand description
Registration support for property types.
Modules§
- export_
info_ functions - Functions used to translate user-provided arguments into export hints.
Structs§
- Phantom
Var - A zero-sized type for creating a property without a backing field, accessible only through custom getter/setter functions.
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.