PhysicsEngineCreateSliderJoint Method | 
| Name | Description | |
|---|---|---|
| CreateSliderJoint(PhysicsRigidBody, Matrix) | 
            Creates a slider (prismatic) joint in the physics world that constrains the specified
            rigid body to maintain a fixed orientation in the physics world but is allowed to move
            in the direction of the specified transform's x-axis.
              | |
| CreateSliderJoint(PhysicsRigidBody, PhysicsRigidBody, Matrix) | 
            Creates a slider (prismatic) joint in the physics world that constrains the specified
            rigid bodies to maintain a fixed orientation relative to each other but are allowed to
            move in the direction of the specified transform's x-axis.
              |