Enumeration Constraint

The type of constraint for a physics joint.

Enumeration Members

Fixed: 4

Fixed joint.

Remarks

Locks translation and rotation.

None: 0

No joint.

Remarks

The joint doesn't exist. This is sometimes used to signal an error. Joints should not be created with this type.

Path: 5

Path joint.

Remarks

Constrains the rigid body such that it is only permitted to move along a path relative to the base.

Prismatic: 1

Prismatic (slider) joint.

Remarks

Locks rotation and limits translation to a single axis.

Revolute: 2

Revolute (hinge) joint.

Remarks

Locks translation and limits rotation to about a single axis.

Spherical: 3

Spherical (ball) joint.

Remarks

Locks translation but allows rotation about all three axes.

Generated using TypeDoc