Doloro GDK 22 .1.0 Beta
by Tauri Interactive
Doloro.AI.AGenericActionEditor< T > Class Template Referenceabstract

Detailed Description

Base class for the editors with undefined handling type.

Template Parameters
TType of the handling parameter.
Inheritance diagram for Doloro.AI.AGenericActionEditor< T >:
Collaboration diagram for Doloro.AI.AGenericActionEditor< T >:

Public Member Functions

virtual void OnGUI (Action action, Brain ai)
 Draw the custom interface in editor More...
 
virtual void DebugGUI (Action action, Brain ai)
 Draws the custom interface in debug tab. More...
 

Protected Member Functions

abstract T LayoutField (GUIContent content, T value)
 Handler that must provide UI for managing the value. More...
 

Properties

bool IsDefaultEditor = false [get]
 Is the editor is not overridden.
 

Member Function Documentation

◆ DebugGUI()

◆ LayoutField()

abstract T Doloro.AI.AGenericActionEditor< T >.LayoutField ( GUIContent  content,
value 
)
protectedpure virtual

Handler that must provide UI for managing the value.

Parameters
contentFiled label to display.
valueShared value.
Returns
Modified value.

◆ OnGUI()


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