This class exists solely to setup the Debug Categories for this module, on Load. Contains a static setup function which is called by InitializeOnLoad. This function registers the Category with the CategoricalDebug module. It also contains the indexes of the registered categories. CategoricalDebug allows for enabling/disabling logging, based on this tag.
|
static void | Init () |
| this function is Called on unity's InitializeOnLoad. It registers the "Vendor Category Preferences" Debug Category, and notes theID number making it publicly available as VendorPreferencesCatDebug.CategoryID
|
|
|
static int | EditorToolsCategoryID |
| Static member stores the category index for this category. Default value is 1, but will be set to the assigned index, when, onLoad, it is registered with CategoricalDebug.
|
|
static int | ExposeMembersCategoryDebugLevelDetailsID |
| Static member stores the category index for this category. Default value is 1, but will be set to the assigned index, when, onLoad, it is registered with CategoricalDebug.
|
|
static int | ExposeMembersCategoryDetailsID |
| Static member stores the category index for this category. Default value is 1, but will be set to the assigned index, when, onLoad, it is registered with CategoricalDebug.
|
|
static int | ExposeMembersCategoryID |
| Static member stores the category index for this category. Default value is 1, but will be set to the assigned index, when, onLoad, it is registered with CategoricalDebug.
|
|
static int | PerObjectBooleansDebugDetailsID |
| Static member stores the category index for this category. Default value is 1, but will be set to the assigned index, when, onLoad, it is registered with CategoricalDebug.
|
|
static int | PerObjectBooleansDetailsID |
| Static member stores the category index for this category. Default value is 1, but will be set to the assigned index, when, onLoad, it is registered with CategoricalDebug.
|
|
static int | UnityExtensionsCategoryID |
| Static member stores the category index for this category. Default value is 1, but will be set to the assigned index, when, onLoad, it is registered with CategoricalDebug.
|
|