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

Detailed Description

Tool that controls AI memory and catching unprotected or suspicious operations with it.

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

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...
 
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 GUIContent Content [get]
 
bool IsEnabled [get, set]
 Defines is the tool is enabled at the moment.
 
virtual int Order = 0 [get]
 Order of tool in inspector. More...
 

Member Function Documentation

◆ Awake()

override void Doloro.AI.DAIDebugger.MemoryAnalyzer.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.MemoryAnalyzer.OnGUI ( )
virtual

Handler that draws a tool's interface.

Reimplemented from Doloro.AI.DAIDebugger.ADebugTool.

◆ OnInstanceChanged()

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

Occurs when instnace is changed.

Reimplemented from Doloro.AI.DAIDebugger.ADebugTool.

Property Documentation

◆ Order

virtual int Doloro.AI.DAIDebugger.ADebugTool.Order = 0
getinherited

Order of tool in inspector.

Lower order comes first. Reads only one time during tab instantiation.


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