Joint.anchorvar anchor : Vector3DescriptionThe Position of the anchor around which the joints motion is constrained. The Position is defined in local space.
JavaScript
hingeJoint.anchor = Vector3 (2, 0, 0); using UnityEngine; import UnityEngine |
