Point2PointConstraint Class
Namespace: Stride.PhysicsAssembly: Stride.Physics.dll
Derived from Point2PointConstraint:
public class Point2PointConstraint : Constraint, IDisposable, IRelative
| Name | Description | |
|---|---|---|
| Properties | ||
| Damping | Gets or sets the damping. |
|
| ImpulseClamp | Gets or sets the impulse clamp. |
|
| PivotInA | Gets or sets the pivot in a. |
|
| PivotInB | Gets or sets the pivot in b. |
|
| Tau | Gets or sets the tau. |
|
Properties
Damping
Gets or sets the damping.
public float Damping { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single | The damping. |
ImpulseClamp
Gets or sets the impulse clamp.
public float ImpulseClamp { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single | The impulse clamp. |
PivotInA
Gets or sets the pivot in a.
public Vector3 PivotInA { get; set; }
Property Value
| Type | Description |
|---|---|
| Vector3 | The pivot in a. |
PivotInB
Gets or sets the pivot in b.
public Vector3 PivotInB { get; set; }
Property Value
| Type | Description |
|---|---|
| Vector3 | The pivot in b. |
Tau
Gets or sets the tau.
public float Tau { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single | The tau. |