Megadocs 0.0.1
All of megapop's internal libraries
Megapop.PimpEdit.DefineGroupAttribute Class Reference
+ Inheritance diagram for Megapop.PimpEdit.DefineGroupAttribute:

Public Member Functions

 DefineGroupAttribute (string title, int sortOrder=0, bool canCollapse=true)
 Objects are sorted by title More...
 
 DefineGroupAttribute (string title, string key, int sortOrder=0, bool canCollapse=true)
 

Public Attributes

string Key
 TODO: Does it need to be a string? More...
 
string Title
 
int SortOrder
 
bool CanCollapse = true
 

Constructor & Destructor Documentation

◆ DefineGroupAttribute() [1/2]

Megapop.PimpEdit.DefineGroupAttribute.DefineGroupAttribute ( string  title,
int  sortOrder = 0,
bool  canCollapse = true 
)
inline

Objects are sorted by title

◆ DefineGroupAttribute() [2/2]

Megapop.PimpEdit.DefineGroupAttribute.DefineGroupAttribute ( string  title,
string  key,
int  sortOrder = 0,
bool  canCollapse = true 
)
inline

Member Data Documentation

◆ CanCollapse

bool Megapop.PimpEdit.DefineGroupAttribute.CanCollapse = true

◆ Key

string Megapop.PimpEdit.DefineGroupAttribute.Key

TODO: Does it need to be a string?

◆ SortOrder

int Megapop.PimpEdit.DefineGroupAttribute.SortOrder

◆ Title

string Megapop.PimpEdit.DefineGroupAttribute.Title

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