Attention | Topic was automatically imported from the old Question2Answer platform. | |
Asked By | Barina | |
Old Version | Published before Godot 3 was released. |
Is there a way to group exported vars in the editor? like for instance in that picture of a Node2D properties:
[groupd:Transform]
export(Vector2) var pos = Vector2()
export(float) var rot = 0
export(Vector2) var scale = Vector2(1, 1)
[group:Z]
export(int) var Z = 0
export(bool) relative = true
AFAIK, it’s not supported currently.
volzhs | 2016-09-20 11:28
It has been asked here Add a way to add categories to the script variables section from GDScript · Issue #4378 · godotengine/godot · GitHub
Zylann | 2016-09-20 12:09
Oh thanks I didn’t find that before posting here. guess it is coming soon I’ll stay tuned
Barina | 2016-09-20 15:20