Exemplo n.º 1
0
 public void SetMotionType(AnimationMotionType type)
 {
     if (enableMotionInput)
     {
         animator.SetInteger("MotionType", (int)type);
     }
 }
Exemplo n.º 2
0
 public void SetMotionTypeImmediately(AnimationMotionType type)
 {
     animator.SetInteger("MotionType", (int)type);
 }
Exemplo n.º 3
0
 public void Force_SetMotionType(AnimationMotionType type)
 {
     animator.SetInteger("MotionType", (int)type);
 }