Doloro GDK 22 .1.0 Beta
by Tauri Interactive
Doloro.AI.DAIInspector.InspectorHeader Class Reference

Detailed Description

APi for drawing header along with Inspector styles.

Static Public Member Functions

static bool Draw (bool state, GUIContent content)
 Draws temporal header that no stores its meta data at the studio's database. More...
 
static bool Draw (string key, GUIContent content)
 Draws uniform header at the inspector UI. More...
 
static bool Draw (string key, GUIContent content, GUIStyle style)
 Draws uniform header at the inspector UI. More...
 
static bool Draw (bool state, GUIContent content, GUIStyle style)
 Draws uniform header at the inspector UI. More...
 

Properties

static float OFFSET = 0 [get, set]
 Header offset.
 
static GUIStyle DefaultHeaderStyle [get]
 Style of the headers using at the inspector.
 

Member Function Documentation

◆ Draw() [1/4]

static bool Doloro.AI.DAIInspector.InspectorHeader.Draw ( bool  state,
GUIContent  content 
)
static

Draws temporal header that no stores its meta data at the studio's database.

Parameters
contentContent to display.
Returns
Is the block is opened.

◆ Draw() [2/4]

static bool Doloro.AI.DAIInspector.InspectorHeader.Draw ( bool  state,
GUIContent  content,
GUIStyle  style 
)
static

Draws uniform header at the inspector UI.

Parameters
stateState of the header.
contentContent to display.
styleStyle used to the label.
Returns
Is the block is opened.

◆ Draw() [3/4]

static bool Doloro.AI.DAIInspector.InspectorHeader.Draw ( string  key,
GUIContent  content 
)
static

Draws uniform header at the inspector UI.

Parameters
keyHeader key. Using in static database to remember tab state.
contentContent to display.
Returns
Is the block is opened.

◆ Draw() [4/4]

static bool Doloro.AI.DAIInspector.InspectorHeader.Draw ( string  key,
GUIContent  content,
GUIStyle  style 
)
static

Draws uniform header at the inspector UI.

Parameters
keyHeader key. Using in static database to remember tab state.
contentContent to display.
styleStyle used to the label.
Returns
Is the block is opened.

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