Ejemplo n.º 1
0
 public void TriggerSteering()
 {
     HumanBehavior.SetState(1);
     stateText.text = "Steering";
 }
Ejemplo n.º 2
0
 public void TriggerKenimatic()
 {
     HumanBehavior.SetState(0);
     stateText.text = "Kenimatic";
 }