API ReferenceSandbox
FixedJointBuilderclass
Provides ability to generate a fixed joint for a `Sandbox.Model` at runtime.
Methods4
Showing 4 methods
public Sandbox.FixedJointBuilder WithAngularDamping(float v)
| Parameter | Type | Description |
|---|---|---|
| v | float | — |
public Sandbox.FixedJointBuilder WithAngularFrequency(float v)
| Parameter | Type | Description |
|---|---|---|
| v | float | — |
public Sandbox.FixedJointBuilder WithLinearDamping(float v)
| Parameter | Type | Description |
|---|---|---|
| v | float | — |
public Sandbox.FixedJointBuilder WithLinearFrequency(float v)
| Parameter | Type | Description |
|---|---|---|
| v | float | — |
No results match this filter.
Properties4
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.
Returns:
float—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.
Returns:
float—public float Sandbox.FixedJointBuilder.LinearDamping { get; set; }
The damping ratio for the joint's linear spring. Higher values reduce oscillation in translation.
Returns:
float—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.
Returns:
float—No results match this filter.