API ReferenceSandbox
public sealed class Sandbox.FixedJointBuilder : Sandbox.PhysicsJointBuilder
Provides ability to generate a fixed joint for a `Sandbox.Model` at runtime.
Methods
Showing 4 methods
public Sandbox.FixedJointBuilder WithAngularDamping(float v)
public Sandbox.FixedJointBuilder WithAngularFrequency(float v)
public Sandbox.FixedJointBuilder WithLinearDamping(float v)
public Sandbox.FixedJointBuilder WithLinearFrequency(float v)
No results match this filter.
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.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.FixedJointBuilder |