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

Detailed Description

Base editor for Set Memory-like action.

Template Parameters
TType of variable in memory.
Inheritance diagram for Doloro.AI.Set.ASetMemoryValueActionEditor< T >:
Collaboration diagram for Doloro.AI.Set.ASetMemoryValueActionEditor< T >:

Public Member Functions

override 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 virtualinherited

Handler that must provide UI for managing the value.

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

◆ OnGUI()

override void Doloro.AI.Set.ASetMemoryValueActionEditor< T >.OnGUI ( Action  action,
Brain  ai 
)
virtual

Draw the custom interface in editor

Reimplemented from Doloro.AI.ActionEditor.


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