var force : float
Description
The motor will apply a force.
hingeJoint.motor.force = 100;
using UnityEngine;
using System.Collections;
public class example :
MonoBehaviour {
void Awake() {
hingeJoint.motor.force = 100;
}
}
import UnityEngine
import System.Collections
class example(
MonoBehaviour):
def
Awake():
hingeJoint.motor.force = 100