Feel  4.0.1
The best way to improve your game's feel and make it extra juicy
MoreMountains.Feedbacks.MMFInspectorGroupAttribute 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.Feedbacks.MMFInspectorGroupAttribute:

Public Member Functions

 MMFInspectorGroupAttribute (string groupName, bool groupAllFieldsUntilNextGroupAttribute=false, int groupColorIndex=24, bool requiresSetup=false, bool closedByDefault=false)
 

Public Attributes

string GroupName
 
bool GroupAllFieldsUntilNextGroupAttribute
 
int GroupColorIndex
 
bool RequiresSetup
 
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

◆ MMFInspectorGroupAttribute()

MoreMountains.Feedbacks.MMFInspectorGroupAttribute.MMFInspectorGroupAttribute ( string  groupName,
bool  groupAllFieldsUntilNextGroupAttribute = false,
int  groupColorIndex = 24,
bool  requiresSetup = false,
bool  closedByDefault = false 
)

Member Data Documentation

◆ ClosedByDefault

bool MoreMountains.Feedbacks.MMFInspectorGroupAttribute.ClosedByDefault

◆ GroupAllFieldsUntilNextGroupAttribute

bool MoreMountains.Feedbacks.MMFInspectorGroupAttribute.GroupAllFieldsUntilNextGroupAttribute

◆ GroupColorIndex

int MoreMountains.Feedbacks.MMFInspectorGroupAttribute.GroupColorIndex

◆ GroupName

string MoreMountains.Feedbacks.MMFInspectorGroupAttribute.GroupName

◆ RequiresSetup

bool MoreMountains.Feedbacks.MMFInspectorGroupAttribute.RequiresSetup

The documentation for this class was generated from the following file: