Highroad Engine v1.3
Public Member Functions | Public Attributes | List of all members
MoreMountains.Tools.MMInspectorGroupAttribute Class Reference

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...

Inheritance diagram for MoreMountains.Tools.MMInspectorGroupAttribute:

Public Member Functions

 MMInspectorGroupAttribute (string groupName, bool groupAllFieldsUntilNextGroupAttribute=false, int groupColorIndex=24)
 

Public Attributes

string GroupName
 
bool GroupAllFieldsUntilNextGroupAttribute
 
int GroupColorIndex
 

Detailed Description

An attribute used to group inspector fields under common dropdowns Implementation inspired by Rodrigo Prinheiro's work, available at https://github.com/RodrigoPrinheiro/unityFoldoutAttribute

Constructor & Destructor Documentation

◆ MMInspectorGroupAttribute()

MoreMountains.Tools.MMInspectorGroupAttribute.MMInspectorGroupAttribute ( string  groupName,
bool  groupAllFieldsUntilNextGroupAttribute = false,
int  groupColorIndex = 24 
)

Member Data Documentation

◆ 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: