JointSpring.targetPositionvar targetPosition : floatDescriptionThe target position the joint attempts to reach. In the case of a HingeJoint the target position is the target angle in degrees.
JavaScript
hingeJoint.spring.targetPosition = 70; using UnityEngine; import UnityEngine |
