FoldoutGroup
Groups the Properties in a Foldout

[FoldoutGroup("Foldout")]
public int foldoutMemerOne;
[FoldoutGroup("Foldout")]
public bool foldoutMemeberTwo;
[FoldoutGroup("Foldout")]
public string foldoutMemberThree;
[FoldoutGroup("Foldout")]
public int foldoutMemberFour;
[FoldoutGroup(string tabName, string identifier)]tabName: Name of the tab where this property is located.
identifier: Name that identifies the Group. If set to null, it will default to the Foldout Group.
Last updated