My Project
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
GraphGenerator Class Reference
Inheritance diagram for GraphGenerator:

Public Member Functions

void Start ()
 
IEnumerator InitializationRoutine ()
 
void Feed (string text, float value)
 
void OnGUI ()
 

Public Attributes

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
 

Detailed Description

Draws a graph of lines by means of OnGUI

Member Function Documentation

◆ 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: