PhysicsSliderJoint Class |
Namespace: Demo3D.Visuals
public class PhysicsSliderJoint : PhysicsJoint
The PhysicsSliderJoint type exposes the following members.
| Name | Description | |
|---|---|---|
| Axis |
The axis/direction for the slider in world-space.
| |
| Distance |
The linear travel.
| |
| LowerDistanceLimit |
The lower limit for the linear travel.
| |
| MaximumLinearForce |
The maximum force that can be used to achieve the TargetLinearSpeed.
| |
| TargetLinearSpeed |
The target linear speed along the Axis of the slider in meters per second.
| |
| UpperDistanceLimit |
The upper limit for the linear travel.
|