Enum PhysicsServerSingleton.JointType
enum JointType
: int { ... }
Enum members
Name | Description |
---|---|
joint6dof
|
The Joint is a Generic6DOFJoint .
|
jointConeTwist
|
The Joint is a ConeTwistJoint .
|
jointHinge
|
The Joint is a HingeJoint .
|
jointPin
|
The Joint is a PinJoint .
|
jointSlider
|
The Joint is a SliderJoint .
|