Version: 5.5 (switch to 5.6b)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Removed in version 5.5.0p1

GameObject.hingeJoint

Switch to Manual
Obsolete public Component hingeJoint;

Description

The HingeJoint attached to this GameObject (Read Only). (Null if there is none attached).

var other : GameObject; 
other.hingeJoint.spring.targetPosition = 70;