Open
Description
Several annotations have been added to GDScript, but aren't yet supported in godot-rust.
We could implement them in a similar fashion to the existing ones in field_export.rs.
-
@export_node_path
- 4.1-- we are aware, but not-yet-implemented
-
@export_custom
- 4.3 -
@export_storage
- 4.3 -
@export_tool_button
- 4.4
See also GDScript exported properties for docs.
Contributions are welcome! It's also very appreciated if just individual annotations are implemented, no need to do all at once.