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