class
HingeJoint
public sealed class HingeJoint : Joint Create a hinged connection between two physics objects. Like a door hinge or a wheel.
Constructors
HingeJoint() Properties
| Name | Type | Description |
|---|---|---|
MinAngle | Single | Minimum angle it should be allowed to go |
MaxAngle | Single | Maximum angle it should be allowed to go |
Motor | MotorMode | Motor mode |
Friction | Single | Hinge friction |
TargetAngle | Single | Target angle of motor |
Fequency | Single | |
Frequency | Single | Frequency of motor |
DampingRatio | Single | Damping of motor |
TargetVelocity | Single | Target velocity of motor |
MaxTorque | Single | Max torque of motor |
Angle | Single | |
Speed | Single | |
Axis | Vector3 | |
ComponentVersion virtual | Int32 |