Click or drag to resize
DigitalRuneVehicleEnabled Property
Gets or sets a value indicating whether this vehicle is enabled.

Namespace: DigitalRune.Physics.Specialized
Assembly: DigitalRune.Physics.Specialized (in DigitalRune.Physics.Specialized.dll) Version: 1.10.0.0 (1.10.0.0)
Syntax
public bool Enabled { get; set; }

Property Value

Type: Boolean
if the vehicle is enabled; otherwise, . The default value is .
Remarks
All simulation objects are automatically added to or removed from the simulation and collision domain when the vehicle is enabled or disabled.
See Also