Skip to main content

Module cap

Module cap 

Expand description

Capability traits, providing dedicated functionalities for Godot classes

The __godot_* methods are named after the user-facing I* virtual; see [crate::registry] for the naming rule across all layers.

Traitsยง

GodotDefault
Trait for all classes that are default-constructible from the Godot engine.
ImplementsGodotApi
Auto-implemented for #[godot_api] impl MyClass blocks
ImplementsGodotExports
ImplementsGodotVirtual
Auto-implemented for #[godot_api] impl XyVirtual for MyClass blocks