TabGroup
Groups the Properties in a Box with Tabs

// HORIZONTAL TAB GROUP
[TabGroup("Label")]
public float speed;
[TabGroup("Label")]
public int health;
[TabGroup("Label")]
public float wideProperty;
[TabGroup("Label")]
public int regularWidth;
// VERTICAL TAB GROUP
[TabGroup("Tab 1", "Group with Title", showTitle: true, direction: TabDirection.Vertical)]
public int testTabOne;
[TabGroup("Tab 2", "Group with Title", true)]
public int testTabTwo;
TabDirection
Enum
TabDirection
Enum member ( TabDirection)
Horizontal
Enum member ( TabDirection)
Vertical
Last updated