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;
Last updated