World Manager
C4Spaces.h

class PlaneSpace

The PlaneSpace class represents a plane space node in a scene graph.
Definition

class PlaneSpace : public Space

Constructor

PlaneSpace(SpaceType type);

The constructor has protected access. A PlaneSpace class can only exist as the base class for a more specific type of space.
Parameters
type The type of the space.
Description


Base Classes
Space A plane space is a specific type of space.
See Also
PlaneSpaceObject