API ReferenceSandbox.Physics
public class Sandbox.Physics.SliderJoint : Sandbox.Physics.PhysicsJoint
A slider constraint, basically allows movement only on the arbitrary axis between the 2 constrained objects on creation.
Properties
Showing 3 properties
public float Sandbox.Physics.SliderJoint.Friction { get; set; }
Slider friction.
public float Sandbox.Physics.SliderJoint.MaxLength { get; set; }
Maximum length it should be allowed to go
public float Sandbox.Physics.SliderJoint.MinLength { get; set; }
Minimum length it should be allowed to go
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.Physics |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Physics.SliderJoint |