API ReferenceSandbox
public sealed class Sandbox.SliderJointBuilder : Sandbox.PhysicsJointBuilder
Provides ability to generate a slider joint for a `Sandbox.Model` at runtime.
Methods
Showing 1 methods
public Sandbox.SliderJointBuilder WithLimit(float min, float max)
No results match this filter.
Properties
Showing 2 properties
public bool Sandbox.SliderJointBuilder.EnableLimit { get; set; }
Whether the joint enforces a translation limit along its axis.
public Vector2 Sandbox.SliderJointBuilder.Limit { get; set; }
The minimum and maximum allowed translation along the joint axis.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.SliderJointBuilder |