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
GodotTypes that can be directly used with an#[export]. - Export
- Trait implemented for types that can be used as
#[export]fields. - Simple
Var - Simplified way to implement the
Vartrait, for godot-convertible types. - Var
- Trait for types used in
#[var]fields.
Type Aliases§
- Export
Tool Button - A convenience wrapper for
PhantomVar, to be used with#[export_tool_button].