Click or drag to resize
DigitalRuneVehicleChassis Property
Gets or sets the chassis.

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

Property Value

Type: RigidBody
The chassis.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is .
See Also