|
Doloro GDK 22 .1.0 Beta
by Tauri Interactive
|
Tab that provides history related UI.


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. | |
|
protectedvirtual |
Drawing the tab in layout.
Implements Doloro.AI.DAIInspector.AInspectorTab.
|
virtual |
Occurs after header drawing.
Use GUILayoutUtility.GetLastRect(); to get layout rect of the header.
Reimplemented from Doloro.AI.DAIInspector.AInspectorTab.