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

Detailed Description

Tab that provides history related UI.

Inheritance diagram for Doloro.AI.DAIInspector.HistoryTab:
Collaboration diagram for Doloro.AI.DAIInspector.HistoryTab:

Public Member Functions

 HistoryTab (Inspector inspector)
 
override void OnPostHeader ()
 Occurs after header drawing. More...
 
void DrawLayout ()
 Drawing tab layout.
 

Static Public Attributes

const string REGISTRY_PARM_NAME = "DAI_INSP_HT_RESULTS_HISTORY"
 
static int HISTORY_CAPACITY = 15
 

Protected Member Functions

override void OnInspectorGUI ()
 Drawing the tab in layout. More...
 

Properties

override string GUID [get]
 
override GUIContent Header [get]
 
override int Order [get]
 
virtual bool IsDrawing [get]
 Defines is the tab should be drawn at the inspector during current update.
 
virtual bool ModifiesAISource [get]
 If true then will update AI in case of any changes in this tab.
 
Inspector inspector [get]
 Inspector instance using the tab.
 

Member Function Documentation

◆ OnInspectorGUI()

override void Doloro.AI.DAIInspector.HistoryTab.OnInspectorGUI ( )
protectedvirtual

Drawing the tab in layout.

Implements Doloro.AI.DAIInspector.AInspectorTab.

◆ OnPostHeader()

override void Doloro.AI.DAIInspector.HistoryTab.OnPostHeader ( )
virtual

Occurs after header drawing.

Use GUILayoutUtility.GetLastRect(); to get layout rect of the header.

Reimplemented from Doloro.AI.DAIInspector.AInspectorTab.


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