Feel  4.1.2
The best way to improve your game's feel and make it extra juicy
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, bool closedByDefault=false)
 

Public Attributes

string GroupName
 
bool GroupAllFieldsUntilNextGroupAttribute
 
int GroupColorIndex
 
bool ClosedByDefault
 

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,
bool  closedByDefault = false 
)

Member Data Documentation

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