stores the state information regarding each category
Public Attributes | |
int | category |
the ID assigned by the registrar to this debug category | |
bool | logEnabled |
specifies if this category is enabled for logging. When false, it will not prevent any logs made with this category from being logged in unity. | |
bool | logToFileOnDisabled |
If the logEnabled flag is false, this option, when true, will instead output to a basic text log file. | |
string | name |
name provided by the user that registered this debug category | |
Properties | |
static DebugCategorySettings | Default [get] |
The default Settings, not registered | |