The list of the types of the joints.

Static variables

@:value(_CYLINDRICAL)staticread onlyCYLINDRICAL:Int = _CYLINDRICAL

Represents a cylindrical joint.

See CylindricalJoint for details.

@:value(_GENERIC)staticread onlyGENERIC:Int = _GENERIC

Represents a generic joint.

See GenericJoint for details.

@:value(_PRISMATIC)staticread onlyPRISMATIC:Int = _PRISMATIC

Represents a prismatic joint.

See PrismaticJoint for details.

@:value(_RAGDOLL)staticread onlyRAGDOLL:Int = _RAGDOLL

Represents a ragdoll joint.

See RagdollJoint for details.

@:value(_REVOLUTE)staticread onlyREVOLUTE:Int = _REVOLUTE

Represents a revolute joint.

See RevoluteJoint for details.

@:value(_SPHERICAL)staticread onlySPHERICAL:Int = _SPHERICAL

Represents a spherical joint.

See SphericalJoint for details.

@:value(_UNIVERSAL)staticread onlyUNIVERSAL:Int = _UNIVERSAL

Represents a universal joint.

See UniversalJoint for details.