Click or drag to resize
DigitalRuneVehicleWheels Property
Gets the wheels.

Namespace: DigitalRune.Physics.Specialized
Assembly: DigitalRune.Physics.Specialized (in DigitalRune.Physics.Specialized.dll) Version: 1.10.0.0 (1.10.0.0)
Syntax
public NotifyingCollection<Wheel> Wheels { get; }

Property Value

Type: NotifyingCollectionWheel
The wheels. The default is an empty collection.
See Also