Derive Macro Var
#[derive(Var)]
{
// Attributes available to this derive:
#[godot]
}
Expand description
Derive macro for Var
on enums.
This expects a derived GodotConvert
implementation, using a manual
implementation of GodotConvert
may lead to incorrect values being displayed in Godot.