C4 Engine
C4 Engine API Documentation

class PhysicsSpaceObject

Defined in:  C4SpaceObjects.h
The PhysicsSpaceObject class encapsulates data pertaining to a physics space.
Definition

class PhysicsSpaceObject : public SpaceObject, public BoxVolume

Constructor

PhysicsSpaceObject(const Vector3D& size);

Parameters
size The size of the box.
Description
Base Classes
SpaceObject A PhysicsSpaceObject is an object that can be shared by multiple physics space nodes.
BoxVolume A PhysicsSpaceObject is represented by a generic box volume.
See Also

PhysicsSpace