Click or drag to resize

PhysicsEngineCreateSliderJoint Method

Overload List
 NameDescription
Public methodCreateSliderJoint(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.
Public methodCreateSliderJoint(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.
Top
See Also