C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

class Space

Defined in:  C4Spaces.h
The Space class represents a space node in a world.
Definition

class Space : public Node

Member Functions
Space::GetSpaceType Returns the specific type of a space.
Constructor

Space(SpaceType type);

The constructor has protected access. A Space class can only exist as the base class for a more specific type of space.
Parameters
type The type of the space. See below for a list of possible types.
Description


kSpaceFog A fog space.
kSpaceShadow A shadow space.
kSpaceAmbient An ambient space.
kSpaceAcoustics An acoustics space.
kSpaceOcclusion An occlusion space.
kSpacePaint A paint space.
Base Classes
Node A Space node is a scene graph node.
See Also

SpaceObject