Primitive Class Flow.Fog
Represesnts distance fog.
To be used with Flow.Level.fog property.
Members
| color | (Color) RGB fog color. |
| minDistance | (float) Minimum distance. |
| maxDistance | (float) Maximum distance. |
Functions
| Fog(color, min, max) |
Members
- color
- (Color) RGB fog color.
- minDistance
- (float) Minimum distance. This is the distance at which the fog starts (in sectors).
- maxDistance
- (float) Maximum distance. This is the distance at which the fog reaches the maximum strength (in sectors).