Empeld
Empeld plugin documentation.
pluginbase.Objects.World.Environment.IFog Interface Reference

An interface representing fog within the game More...

Inheritance diagram for pluginbase.Objects.World.Environment.IFog:
pluginbase.Objects.World.Environment.IEnvironmentSimulatable pluginbase.Objects.World.Environment.Fog.FogBase pluginbase.Objects.World.Environment.IVolumeFog essentials.Environment.Fog.AtmosphereFog essentials.Environment.Fog.ColorFog essentials.Environment.Fog.AtmosphereVolumeFog essentials.Environment.Fog.AtmosphereVolumeFog

Properties

FogType RenderMode [get]
 Gets the fog render mode More...
 
float Density [get]
 Gets the fog density More...
 
Rgba Color [get]
 Gets the color of the fog More...
 

Additional Inherited Members

- Public Member Functions inherited from pluginbase.Objects.World.Environment.IEnvironmentSimulatable
void Simulate (double time, double x, double y, double z)
 Simulate the environment with the time, and an x/y/z More...
 

Detailed Description

An interface representing fog within the game

Property Documentation

◆ Color

Rgba pluginbase.Objects.World.Environment.IFog.Color
get

Gets the color of the fog

The color.

◆ Density

float pluginbase.Objects.World.Environment.IFog.Density
get

Gets the fog density

The density.

◆ RenderMode

FogType pluginbase.Objects.World.Environment.IFog.RenderMode
get

Gets the fog render mode

The render mode.


The documentation for this interface was generated from the following file: