s&box docs

public sealed class Sandbox.FixedJointBuilder : Sandbox.PhysicsJointBuilder

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

Methods

Showing 4 methods

Properties

Showing 4 properties

public float Sandbox.FixedJointBuilder.AngularDamping { get; set; }

The damping ratio for the joint's angular spring. Higher values reduce oscillation in rotation.

public float Sandbox.FixedJointBuilder.AngularFrequency { get; set; }

The frequency of the joint's angular spring in hertz. Higher values make the joint stiffer in rotation.

public float Sandbox.FixedJointBuilder.LinearDamping { get; set; }

The damping ratio for the joint's linear spring. Higher values reduce oscillation in translation.

public float Sandbox.FixedJointBuilder.LinearFrequency { get; set; }

The frequency of the joint's linear spring in hertz. Higher values make the joint stiffer in translation.

Metadata

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

On this page