|
Enables the joint's spring.
hingeJoint.useSpring = true;
using UnityEngine;
using System.Collections;
public class example : MonoBehaviour {
void Example() {
hingeJoint.useSpring = true;
}
}
import UnityEngine
import System.Collections
class example(MonoBehaviour):
def Example():
hingeJoint.useSpring = true