s&box docs

public sealed class Sandbox.SliderJointBuilder : Sandbox.PhysicsJointBuilder

Provides ability to generate a slider joint for a `Sandbox.Model` at runtime.

Methods

Showing 1 methods

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.

Metadata

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

On this page