Beispiel #1
0
 public float GetValue()
 {
     return(programVariable.GetValue());
 }
 // Update is called once per frame
 void Update()
 {
     variableValueText.text = programVariable.GetValue().ToString();
 }