Ejemplo n.º 1
0
 // --- Run ---
 void Run_Enter()
 {
     _simpleAnimation.Play(RunStateName);
     _simpleAnimation.GetState(RunStateName).weight = 1 - ShootWeight;
     _simpleAnimation.Blend(RunShootStateName, ShootWeight, 0f);
 }