Beispiel #1
0
 void Update()
 {
     stateMachine.ProcessStateChanges();
     stateMachine.ProcessStateFast();
 }
Beispiel #2
0
 //50hz update loop
 private void FixedUpdate()
 {
     _stateMachine.ProcessStateChanges();
     _stateMachine.ProcessState();
 }