Skip to main content

Export

Derive Macro Export 

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

Derive macro for Export on enums and #[godot(transparent)] structs.

See also Var.