![]() |
Tesseract Tools - Documentation
UnityTools
Professional grade GameDev tools
|
A toolbox tool corresponds to the actual functional code such as a console or fps graph. More...
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... | |
A toolbox tool corresponds to the actual functional code such as a console or fps graph.
|
pure virtual |
Returns the description for this tool
Implemented in TesseractTools.DebugUtils.FrameTimeGraphTool, TesseractTools.DebugUtils.PerformanceStatsWindow, TesseractTools.DebugUtils.ProfilerGraphTool, and TesseractTools.DebugUtils.DebugConsoleWindow.
|
pure virtual |
Get's the name for this toolbox tool
Implemented in TesseractTools.DebugUtils.FrameTimeGraphTool, TesseractTools.DebugUtils.PerformanceStatsWindow, TesseractTools.DebugUtils.ProfilerGraphTool, and TesseractTools.DebugUtils.DebugConsoleWindow.
|
pure virtual |
Initialises the Toolbox Tool
Implemented in TesseractTools.DebugUtils.FrameTimeGraphTool, TesseractTools.DebugUtils.PerformanceStatsWindow, TesseractTools.DebugUtils.ProfilerGraphTool, and TesseractTools.DebugUtils.DebugConsoleWindow.