Class GearConstraint
public class GearConstraint : Constraint, IDisposable, IRelative
  - Inheritance
 - 
      objectGearConstraint
 
- Implements
 
- Inherited Members
 
- Extension Methods
 
Properties
AxisA
Gets or sets the axis a.
public Vector3 AxisA { get; set; }
  Property Value
- Vector3
 The axis a.
AxisB
Gets or sets the axis b.
public Vector3 AxisB { get; set; }
  Property Value
- Vector3
 The axis b.
Ratio
Gets or sets the ratio.
public float Ratio { get; set; }
  Property Value
- float
 The ratio.