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)]Last updated