World Manager
C4SpaceObjects.h

class PlaneSpaceObject

The PlaneSpaceObject class encapsulates data pertaining to a plane space.
Definition

class PlaneSpaceObject : public SpaceObject

Member Functions
PlaneSpaceObject::GetPlaneSize Returns the plane size.
PlaneSpaceObject::SetPlaneSize Sets the plane size.
Constructor

PlaneSpaceObject(SpaceType type, const Vector2D& size);

The constructor has protected access. The PlaneSpaceObject class can only exist as the base class for another class.
Parameters
type The type of the space.
size The size of the plane.
Description
Base Classes
SpaceObject A PlaneSpaceObject is an object that can be shared by multiple plane space nodes.
See Also
PlaneSpace