PixelLightAPI
.
|
Abstract PL physics terrain body. More...
#include <BodyTerrain.h>
Public Member Functions | |
virtual PLPHYSICS_API | ~BodyTerrain () |
Destructor. | |
Protected Member Functions | |
PLPHYSICS_API | BodyTerrain (World &cWorld, BodyImpl &cBodyImpl) |
Constructor. |
Abstract PL physics terrain body.
virtual PLPHYSICS_API PLPhysics::BodyTerrain::~BodyTerrain | ( | ) | [virtual] |
Destructor.
PLPHYSICS_API PLPhysics::BodyTerrain::BodyTerrain | ( | World & | cWorld, |
BodyImpl & | cBodyImpl | ||
) | [protected] |
Constructor.
[in] | cWorld | World this body is in |
[in] | cBodyImpl | Reference to the physics API specific body implementation |
|