Beispiel #1
0
 public void DefaultBodyPosition()
 {
     body             = BodyPosture.Stand;
     lookingDirection = transform.right;
     animManager.StartLookStraightAnim();
     physics.SetMovementFactor(physics.groundMovementFactor);
     AdaptColliderStanding();
 }