Extend tBody to allow for adding on car-specific forces (e.g. wheel/drive forces) - i.e. when we get asked to add on forces give the car the opportunity to do stuff

Namespace: JigLibX.Vehicles
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

C#
public class ChassisBody : Body
Visual Basic
Public Class ChassisBody _
	Inherits Body
Visual C++
public ref class ChassisBody : public Body

Inheritance Hierarchy

System..::..Object
  JigLibX.Physics..::..Body
    JigLibX.Vehicles..::..ChassisBody

See Also