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

Detailed Description

Tab that provides debug features.

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

Public Member Functions

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

Protected Member Functions

override void OnInspectorGUI ()
 Custom tab UI. More...
 

Properties

override GUIContent Header [get]
 
override string GUID [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.DebugTab.OnInspectorGUI ( )
protectedvirtual

Custom tab UI.

Implements Doloro.AI.DAIInspector.AInspectorTab.

◆ OnPostHeader()

virtual void Doloro.AI.DAIInspector.AInspectorTab.OnPostHeader ( )
virtualinherited

Occurs after header drawing.

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

Reimplemented in Doloro.AI.DAIInspector.HistoryTab.


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