GearConstraint Class
Namespace: Stride.PhysicsAssembly: Stride.Physics.dll
Derived from GearConstraint:
public class GearConstraint : Constraint, IDisposable, IRelative
Name | Description | |
---|---|---|
Properties | ||
AxisA | Gets or sets the axis a. |
|
AxisB | Gets or sets the axis b. |
|
Ratio | Gets or sets the ratio. |
Properties
AxisA
Gets or sets the axis a.
public Vector3 AxisA { get; set; }
Property Value
Type | Description |
---|---|
Vector3 | The axis a. |
AxisB
Gets or sets the axis b.
public Vector3 AxisB { get; set; }
Property Value
Type | Description |
---|---|
Vector3 | The axis b. |
Ratio
Gets or sets the ratio.
public float Ratio { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The ratio. |