var useMotor : bool
Description
Enables the joint's motor.
hingeJoint.useMotor = true;
using UnityEngine;
using System.Collections;
public class example :
MonoBehaviour {
void Awake() {
hingeJoint.useMotor = true;
}
}
import UnityEngine
import System.Collections
class example(
MonoBehaviour):
def
Awake():
hingeJoint.useMotor = true