Derive Macro godot::register::Export

#[derive(Export)]
{
    // Attributes available to this derive:
    #[godot]
}
Expand description

Derive macro for Export on enums.

See also Var.