How to group several exported vars to a category?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Barina
:warning: 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

Oh thanks I didn’t find that before posting here. guess it is coming soon :slight_smile: I’ll stay tuned

Barina | 2016-09-20 15:20

:bust_in_silhouette: Reply From: Barina

As Zylanm mentioned there was a feature suggestion at GitHub and it will probably hit us on next release :slight_smile: