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

Detailed Description

Helper that provides ADebugTool instances related to source type.

Collaboration diagram for Doloro.AI.DAIDebugger.DebugToolsHelper:

Static Public Member Functions

static void LoadTools ()
 Loading tools' instances to the RAM.
 
static void ShowFullscreenMessage (GUIContent message)
 Drawing full screen message for the tool scope. More...
 
static T GetTool< T > ()
 Trying to find registered tool by the type. More...
 
static ADebugTool GetTool (Type type)
 Trying to find registered tool by the type. More...
 

Static Package Attributes

static ADebugTool[] tools
 Loaded tools.
 

Properties

static ADebugTool Focused [get, set]
 Reference to current focused tool at the editor.
 

Member Function Documentation

◆ GetTool()

static ADebugTool Doloro.AI.DAIDebugger.DebugToolsHelper.GetTool ( Type  type)
static

Trying to find registered tool by the type.

Parameters
typeType of the tool.
Returns
Tool instance or null if not found.

◆ GetTool< T >()

Trying to find registered tool by the type.

Template Parameters
TType of the tool.
Returns
Tool instance or null if not found.
Type Constraints
T :ADebugTool 

◆ ShowFullscreenMessage()

static void Doloro.AI.DAIDebugger.DebugToolsHelper.ShowFullscreenMessage ( GUIContent  message)
static

Drawing full screen message for the tool scope.

Parameters
messageMessage to display.

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