class OcclusionSpace
Defined in:
The C4Spaces.h
OcclusionSpace
class represents an occlusion space node in a world.
Definition
class OcclusionSpace final : public Space, public ListElement<OcclusionSpace>
Constructor
OcclusionSpace(const Vector3D& size);
Parameters
size |
The size of the box. |
Description
Base Classes
Space |
An occlusion space is a specific type of space. |
ListElement<OcclusionSpace> |
Used internally by the World Manager. |
See Also