Tesseract Tools - Documentation  UnityTools
Professional grade GameDev tools
Loading...
Searching...
No Matches
TesseractTools.DebugUtils.GraphUI Class Reference
Inheritance diagram for TesseractTools.DebugUtils.GraphUI:

Public Member Functions

void Initialise (int pointCount, float tick, Color lineColour)
 Initialises the graph with a point count, line colour etc... More...
 
void ResetValues ()
 Reset min/max values
 
void AddValue (float newValue)
 Add a new value to the line graph More...
 

Public Attributes

Material lineMat
 
int frameUpdateRate = 3
 
int maxReset = 0
 

Member Function Documentation

◆ AddValue()

void TesseractTools.DebugUtils.GraphUI.AddValue ( float  newValue)

Add a new value to the line graph

Parameters
newValue

◆ Initialise()

void TesseractTools.DebugUtils.GraphUI.Initialise ( int  pointCount,
float  tick,
Color  lineColour 
)

Initialises the graph with a point count, line colour etc...

Parameters
pointCount
tick
lineColour

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