| WheelOffset Property |
Gets or sets the wheel offset.
Namespace: DigitalRune.Physics.SpecializedAssembly: DigitalRune.Physics.Specialized (in DigitalRune.Physics.Specialized.dll) Version: 1.10.0.0 (1.10.0.0)
Syntax public Vector3F Offset { get; set; }
Public Property Offset As Vector3F
Get
Set
public:
property Vector3F Offset {
Vector3F get ();
void set (Vector3F value);
}
member Offset : Vector3F with get, set
Property Value
Type:
Vector3FThe wheel offset.
Remarks
This is a position offset in the local space of the vehicle. It determines where
the suspension (the ray origin) is fixed on the car.
See Also