class
SliderJointBuilder
public sealed class SliderJointBuilder : PhysicsJointBuilder Provides ability to generate a slider joint for a Model at runtime.
Properties
| Name | Type | Description |
|---|---|---|
EnableLimit | Boolean | Whether the joint enforces a translation limit along its axis. |
Limit | Vector2 | The minimum and maximum allowed translation along the joint axis. |
Methods
SliderJointBuilder WithLimit(Single min, Single max)