Vertical Group Attribute

VerticalGroup is used to gather properties together in a vertical group in the inspector. This doesn't do much in and of itself, but in combination with other groups, such as HorizontalGroup attribute it can be very useful.

[HorizontalGroup("Split")] [VerticalGroup("Split/Left")] public InfoMessageType First; [VerticalGroup("Split/Left")] public InfoMessageType Second; [HideLabel] [VerticalGroup("Split/Right")] public int A; [HideLabel] [VerticalGroup("Split/Right")] public int B;