Skip to main content

Module info

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§

MethodFlags
MethodInfo
Describes a method’s signature and metadata required by the Godot engine.
PropertyHint
PropertyHintInfo
Info needed by Godot, for how to export a type to the editor.
PropertyInfo
Describes a property’s type, name and metadata for Godot.
PropertyUsageFlags

Enums§

ParamMetadata
Metadata for a method parameter or return value, describing the precise numeric type.