An attribute used to group inspector fields under common dropdowns Implementation inspired by Rodrigo Prinheiro's work, available at https://github.com/RodrigoPrinheiro/unityFoldoutAttribute
More...
|
| MMInspectorGroupAttribute (string groupName, bool groupAllFieldsUntilNextGroupAttribute=false, int groupColorIndex=24, bool closedByDefault=false) |
|
An attribute used to group inspector fields under common dropdowns Implementation inspired by Rodrigo Prinheiro's work, available at https://github.com/RodrigoPrinheiro/unityFoldoutAttribute
◆ MMInspectorGroupAttribute()
MoreMountains.Tools.MMInspectorGroupAttribute.MMInspectorGroupAttribute |
( |
string |
groupName, |
|
|
bool |
groupAllFieldsUntilNextGroupAttribute = false , |
|
|
int |
groupColorIndex = 24 , |
|
|
bool |
closedByDefault = false |
|
) |
| |
◆ ClosedByDefault
bool MoreMountains.Tools.MMInspectorGroupAttribute.ClosedByDefault |
◆ GroupAllFieldsUntilNextGroupAttribute
bool MoreMountains.Tools.MMInspectorGroupAttribute.GroupAllFieldsUntilNextGroupAttribute |
◆ GroupColorIndex
int MoreMountains.Tools.MMInspectorGroupAttribute.GroupColorIndex |
◆ GroupName
string MoreMountains.Tools.MMInspectorGroupAttribute.GroupName |
The documentation for this class was generated from the following file: