|
|
void | Start () |
| |
|
IEnumerator | InitializationRoutine () |
| |
|
void | Feed (string text, float value) |
| |
| void | OnGUI () |
| |
|
|
Text | graphText |
| |
|
float | highValue = 90f |
| |
|
float | normalValue = 60f |
| |
|
float | lowValue = 30f |
| |
|
Color | highGraphColor = Color.green |
| |
|
Color | normalGraphColor = Color.yellow |
| |
|
Color | lowGraphColor = Color.red |
| |
|
float | normalMarginScale = 0.5f |
| |
|
float | topMarginScale = 0.15f |
| |
|
bool | canStart = false |
| |
|
Image | image |
| |
Draws a graph of lines by means of OnGUI
◆ OnGUI()
| void GraphGenerator.OnGUI |
( |
| ) |
|
|
inline |
Draws texture with a size 2x2 px in a rectangle with a size 1xlineHeight px
The documentation for this class was generated from the following file:
- C:/Transhuman/S2/Assets/Plugins/DebugGraph/Scripts/GraphGenerator.cs