|
Empeld
Empeld plugin documentation.
|
Basic atmosphere fog based on orbitals Can be extended to override color, type, etc More...
Public Member Functions | |
| AtmosphereFog (IEnumerable< IOrbital > orbitals) | |
| override void | Simulate (double time, double x, double y, double z) |
| Simulate the environment with the time, and an x/y/z More... | |
Properties | |
| virtual Rgba | FogColorBase [get] |
| sealed override Rgba | Color [get] |
Properties inherited from pluginbase.Objects.World.Environment.Fog.FogBase | |
| virtual FogType | RenderMode [get] |
| virtual float | Density [get] |
| virtual Rgba | Color [get] |
Properties inherited from pluginbase.Objects.World.Environment.IFog | |
| 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... | |
Basic atmosphere fog based on orbitals Can be extended to override color, type, etc
| essentials.Environment.Fog.AtmosphereFog.AtmosphereFog | ( | IEnumerable< IOrbital > | orbitals | ) |
|
virtual |
Simulate the environment with the time, and an x/y/z
| time | Time. |
| x | X. |
| y | Y. |
| z | Z. |
Reimplemented from pluginbase.Objects.World.Environment.Fog.FogBase.
Reimplemented in essentials.Environment.Fog.AtmosphereVolumeFog.
|
get |
|
getprotected |