Ejemplo n.º 1
0
 void Update()
 {
     _animator.SetInteger("playBackState", (int)_simulationController.GetCurrentMode());
     _animator.SetBool("isFast", _simulationController.IsFastPlayBack());
 }