class ShadowSpace
Defined in:
The C4Spaces.h
ShadowSpace
class represents a shadow space node in a world.
Definition
class ShadowSpace final : public Space
Constructor
ShadowSpace(const Vector3D& size);
Parameters
size |
The size of the box. |
Description
Base Classes
Space |
A shadow space is a specific type of space. |
See Also