FoldoutGroup

Groups the Properties in a Foldout

Applied on Properties

[FoldoutGroup("Foldout")]
public int foldoutMemerOne;

[FoldoutGroup("Foldout")]
public bool foldoutMemeberTwo;


[FoldoutGroup("Foldout")]
public string foldoutMemberThree;

 [FoldoutGroup("Foldout")]
public int foldoutMemberFour;

Last updated