s&box docs

public sealed class Sandbox.SliderJoint : Sandbox.Joint

Restrict an object to one axis, relative to another object. Like a drawer opening.

Constructors

Showing 1 constructors

public SliderJoint()

Properties

Showing 3 properties

public float Sandbox.SliderJoint.Friction { get; set; }

Slider friction

public float Sandbox.SliderJoint.MaxLength { get; set; }

Maximum length it should be allowed to go

public float Sandbox.SliderJoint.MinLength { get; set; }

Minimum length it should be allowed to go

Metadata

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

On this page