s&box docs
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

Metadata

FieldValue
NamespaceSandbox.Physics
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.Physics.SliderJoint

On this page