Module info
Expand description
Metadata types for property and method registration.
Provides Rust mappings of types used for GDExtension registration of properties, methods and their type metadata.
See also meta::shape for the static type description of those.
Structs§
- Method
Flags - Method
Info - Describes a method’s signature and metadata required by the Godot engine.
- Property
Hint - Property
Hint Info - Info needed by Godot, for how to export a type to the editor.
- Property
Info - Describes a property’s type, name and metadata for Godot.
- Property
Usage Flags
Enums§
- Param
Metadata - Metadata for a method parameter or return value, describing the precise numeric type.