Doloro GDK 22 .1.0 Beta
by Tauri Interactive
Doloro.AI.DAIDebugger.BreakpointsInspector Class Reference

Detailed Description

Tools that provides a convenient way to manage source project's breakpoints.

Inheritance diagram for Doloro.AI.DAIDebugger.BreakpointsInspector:
Collaboration diagram for Doloro.AI.DAIDebugger.BreakpointsInspector:

Public Member Functions

override void Awake ()
 Occurs when debug environment starting first time. Use to sign up of global events and make a bond between tool and AI instances. More...
 
override void OnGUI ()
 Handler that draws a tool's interface. More...
 
override void OnInstanceChanged ()
 Occurs when instnace is changed. More...
 
IEnumerator< PipelineMapGetEnumerator ()
 
virtual void OnDisable ()
 Occurs when false becomes true.
 
virtual void OnEnable ()
 Occurs when IsEnabled becomes true.
 
virtual void OnFocus ()
 Occurs when UI is focusing first time.
 
virtual void OnGUIBackground ()
 Occurs each frame for each tool event if it currently not focused at the DebugInspector.
 
virtual void Clear ()
 Clears current debug data.
 

Package Functions

void AwakeInternal ()
 System handler that calling during add-on instantiation.
 

Properties

override int Order [get]
 
override GUIContent Content [get]
 
DAIProject handlingProject [get]
 Storage bond to the editor.
 
bool IsEnabled [get, set]
 Defines is the tool is enabled at the moment.
 

Member Function Documentation

◆ Awake()

override void Doloro.AI.DAIDebugger.BreakpointsInspector.Awake ( )
virtual

Occurs when debug environment starting first time. Use to sign up of global events and make a bond between tool and AI instances.

Reimplemented from Doloro.AI.DAIDebugger.ADebugTool.

◆ OnGUI()

override void Doloro.AI.DAIDebugger.BreakpointsInspector.OnGUI ( )
virtual

Handler that draws a tool's interface.

Reimplemented from Doloro.AI.DAIDebugger.ADebugTool.

◆ OnInstanceChanged()

override void Doloro.AI.DAIDebugger.BreakpointsInspector.OnInstanceChanged ( )
virtual

Occurs when instnace is changed.

Reimplemented from Doloro.AI.DAIDebugger.ADebugTool.


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