AssetPreviewCatDebug Class Reference

This class exists solely to setup the VendorPreferences Debug Category, on Load. It is tagged so Unity will run it's constructor via [InitializeOnLoad]

Static Public Member Functions

static void Init ()
 Registers the Debug Category "Asset Preview" and records the resultant ID
 

Static Public Attributes

static byte CategoryID
 Static member stores the category ID for this category. This is the member accessed when called CatDebug from inside and of the EditorPreview cod.