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

Detailed Description

Drawing custom inspector GUI for the node.

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

Public Member Functions

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

Protected Member Functions

virtual void OnNewSource ()
 Checking if the action has overridden GUI or not.
 
override void OnInspectorGUI ()
 Custom tab UI. More...
 

Static Package Attributes

const string ValidatingMethod = "OnGUI"
 Name of the custom GUI method to validate.
 

Properties

override GUIContent Header [get]
 
override string GUID [get]
 
override int Order [get]
 
override bool IsDrawing [get]
 
override bool ModifiesAISource [get]
 
Inspector inspector [get]
 Inspector instance using the tab.
 

Member Function Documentation

◆ OnInspectorGUI()

override void Doloro.AI.DAIInspector.CustomPropertiesTab.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: