Fog
Abstract base class for fog types.
Not intended for direct use.
Construction
Constructors
Fog()
Constructs a base Fog object.
cpp
Fog::Fog(Color color);| Parameter | Description |
|---|---|
| color | Color of the fog. |
Properties
Functions
GetType() FogType pure virtual
Returns fog type.
cpp
virtual FogType Fog::GetType() const=0;