Tesseract Tools - Documentation  UnityTools
Professional grade GameDev tools
Loading...
Searching...
No Matches
TesseractTools.Core.ToolboxTool Class Referenceabstract

A toolbox tool corresponds to the actual functional code such as a console or fps graph. More...

Inheritance diagram for TesseractTools.Core.ToolboxTool:
TesseractTools.DebugUtils.DebugConsoleWindow TesseractTools.DebugUtils.FrameTimeGraphTool TesseractTools.DebugUtils.PerformanceStatsWindow TesseractTools.DebugUtils.ProfilerGraphTool

Public Member Functions

abstract string GetName ()
 Get's the name for this toolbox tool More...
 
abstract string GetDescription ()
 Returns the description for this tool More...
 
abstract void Initialise ()
 Initialises the Toolbox Tool More...
 

Detailed Description

A toolbox tool corresponds to the actual functional code such as a console or fps graph.

Member Function Documentation

◆ GetDescription()

abstract string TesseractTools.Core.ToolboxTool.GetDescription ( )
pure virtual

◆ GetName()

abstract string TesseractTools.Core.ToolboxTool.GetName ( )
pure virtual

◆ Initialise()

abstract void TesseractTools.Core.ToolboxTool.Initialise ( )
pure virtual

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