FixTransform() 공개 메소드

Fixes the transform to it's default local state.
public FixTransform ( ) : void
리턴 void
예제 #1
0
 public override void FixTransforms()
 {
     thigh.FixTransform();
     calf.FixTransform();
     foot.FixTransform();
     toe.FixTransform();
 }
예제 #2
0
        public override void FixTransforms()
        {
            if (!initiated)
            {
                return;
            }

            thigh.FixTransform();
            calf.FixTransform();
            foot.FixTransform();
            toe.FixTransform();
        }
예제 #3
0
        public override void FixTransforms()
        {
            if (!initiated)
            {
                return;
            }

            shoulder.FixTransform();
            upperArm.FixTransform();
            forearm.FixTransform();
            hand.FixTransform();
        }