| VehicleChassis Property |
Gets or sets the chassis.
Namespace: DigitalRune.Physics.SpecializedAssembly: DigitalRune.Physics.Specialized (in DigitalRune.Physics.Specialized.dll) Version: 1.10.0.0 (1.10.0.0)
Syntax public RigidBody Chassis { get; set; }
Public Property Chassis As RigidBody
Get
Set
public:
property RigidBody^ Chassis {
RigidBody^ get ();
void set (RigidBody^ value);
}
member Chassis : RigidBody with get, set
Property Value
Type:
RigidBodyThe chassis.
Exceptions See Also