|
Doloro GDK 22 .1.0 Beta
by Tauri Interactive
|
Editor for the Sequence order.


Public Member Functions | |
| override void | OnGUI (Action action, Brain ai) |
| Draws the custom interface in editor. More... | |
| virtual void | DebugGUI (Action action, Brain ai) |
| Draws the custom interface in debug tab. More... | |
Properties | |
| bool | IsDefaultEditor = false [get] |
| Is the editor is not overridden. | |
Draws the custom interface in debug tab.
| action | Source action. |
| ai | Source entity. |
Reimplemented in Doloro.AI.Compare.ABinaryCompareActionEditor< T >, Doloro.AI.Compare.ACompareActionEditor< T >, Doloro.AI.Get.ChildObjectEditor, Doloro.AI.Get.GetRectAroundObjectEditor, Doloro.AI.Operators.AOperatorActionEditor< T >, Doloro.AI.Primitive.TriggerEditor, Doloro.AI.Primitive.WaitEditor, Doloro.AI.AVarLogActionEditor, Doloro.AI.BindExternalEditor, Doloro.AI.BreakableSequenceEditor, Doloro.AI.ParallelEditor, Doloro.AI.ReorderableSequenceEditor, Doloro.AI.Sensors.Instance.GetObjectFromZoneEditor, Doloro.AI.Sensors.Instance.SoundListenerEditor, Doloro.AI.Sensors.VisualEditor, and Doloro.AI.Sensors.Instance.ZoneEditor.
Draws the custom interface in editor.
| action | Source action. |
| ai | Source entity. |
Reimplemented from Doloro.AI.ActionEditor.