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ยง
- Godot
Default - Trait for all classes that are default-constructible from the Godot engine.
- Implements
Godot Api - Auto-implemented for
#[godot_api] impl MyClassblocks - Implements
Godot Exports - Implements
Godot Virtual - Auto-implemented for
#[godot_api] impl XyVirtual for MyClassblocks