We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Allow a way to export Rust fields as GDScript properties, e.g.:
#[export] my_field: i32,
This tracks the basic feature, all the customization around GDScript's @export can come later.
@export
Until this is implemented, #[func] functions can serve as a workaround to pass data back and forth.
#[func]