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