SliderJointclass

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

objectJointSliderJoint
Namespace
Sandbox
Assembly
Sandbox.Engine
Declaration
public sealed class Sandbox.SliderJoint : Sandbox.Joint

Constructors1

Showing 1 constructors

public SliderJoint()PUBLICCONSTRUCTOR

Properties3

Showing 3 properties

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

Slider friction

Returns:float

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

Maximum length it should be allowed to go

Returns:float

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

Minimum length it should be allowed to go

Returns:float

On this page