API ReferenceSandbox
SliderJointBuilderclass
Provides ability to generate a slider joint for a `Sandbox.Model` at runtime.
Methods1
Showing 1 methods
public Sandbox.SliderJointBuilder WithLimit(float min, float max)
| Parameter | Type | Description |
|---|---|---|
| min | float | — |
| max | float | — |
No results match this filter.
Properties2
Showing 2 properties
public bool Sandbox.SliderJointBuilder.EnableLimit { get; set; }
Whether the joint enforces a translation limit along its axis.
Returns:
bool—public Vector2 Sandbox.SliderJointBuilder.Limit { get; set; }
The minimum and maximum allowed translation along the joint axis.
No results match this filter.