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

Detailed Description

Tool for performance monitoring.

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

Public Member Functions

virtual 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...
 
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 OnInstanceChanged ()
 Occurs when instnace is changed. More...
 
virtual void OnGUI ()
 Handler that draws a tool's interface. More...
 
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 GUIContent Content [get]
 
override int Order [get]
 
bool IsEnabled [get, set]
 Defines is the tool is enabled at the moment.
 

Member Function Documentation

◆ Awake()

virtual void Doloro.AI.DAIDebugger.ADebugTool.Awake ( )
virtualinherited

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

Reimplemented in Doloro.AI.DAIDebugger.BreakpointsInspector, Doloro.AI.DAIDebugger.ErrorsListTool.ErrorsList, Doloro.AI.DAIDebugger.MemoryAnalyzer, and Doloro.AI.DAIDebugger.PatchingTool.Patcher.

◆ OnGUI()

virtual void Doloro.AI.DAIDebugger.ADebugTool.OnGUI ( )
virtualinherited

◆ OnInstanceChanged()

virtual void Doloro.AI.DAIDebugger.ADebugTool.OnInstanceChanged ( )
virtualinherited

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