|
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...
|
|
|
Material | lineMat |
|
int | frameUpdateRate = 3 |
|
int | maxReset = 0 |
|
◆ AddValue()
void TesseractTools.DebugUtils.GraphUI.AddValue |
( |
float |
newValue | ) |
|
Add a new value to the line graph
- Parameters
-
◆ 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:
- /github/workspace/src/UnityTools.App.Dev/Assets/Plugins/TesseractTools/DebugUtils/Runtime/Controls/FrameTimeGraph/GraphUI.cs