Class HingeJoint
Assembly: UnityEngine.dll
Syntax
public class HingeJoint : Joint
Properties
angle
Declaration
public float angle { get; }
Property Value
limits
Declaration
public JointLimits limits { get; set; }
Property Value
motor
Declaration
public JointMotor motor { get; set; }
Property Value
spring
Declaration
public JointSpring spring { get; set; }
Property Value
useLimits
Declaration
public bool useLimits { get; set; }
Property Value
useMotor
Declaration
public bool useMotor { get; set; }
Property Value
useSpring
Declaration
public bool useSpring { get; set; }
Property Value
velocity
Declaration
public float velocity { get; }
Property Value
Extension Methods