Obi  6.4
Unified particle physics for Unity
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Obi.ObiProfiler Class Reference
Inheritance diagram for Obi.ObiProfiler:

Public Member Functions

void OnDestroy ()
 
void OnGUI ()
 

Static Public Member Functions

static void EnableProfiler ()
 
static void DisableProfiler ()
 
static void BeginSample (string name, byte type)
 
static void EndSample ()
 

Public Attributes

GUISkin skin
 
Color threadColor = Color.white
 
Color taskColor = new Color(0.1f, 1, 0.2f)
 
Color parallelTaskColor = new Color(1,0.8f,0.2f)
 
Color renderTaskColor = new Color(0.2f, 0.7f, 1.0f)
 
Color defaultTaskColor = new Color(1, 0.5f, 0.2f)
 
bool showPercentages = false
 
int profileThrottle = 30
 

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