Empeld
Empeld plugin documentation.
pluginbase.Objects.World.Environment Namespace Reference

Namespaces

namespace  Atmosphere
 
namespace  Filter
 
namespace  Fog
 
namespace  Orbitals
 
namespace  Precipitation
 
namespace  Sky
 

Classes

class  EnvironmentBase
 Base class for a world environment More...
 
interface  IAtmosphere
 
interface  IEnvironment
 Class that defines an environment More...
 
interface  IEnvironmentSimulatable
 Base class for any environment object that is considered simulatable More...
 
interface  IFilter
 The post-process filter definition interface More...
 
interface  IFog
 An interface representing fog within the game More...
 
interface  IOrbital
 the interface representing an orbital More...
 
interface  IPrecipitation
 Interface of a precipitation instance More...
 
interface  ISkyLayer
 An interface representing the sky layer More...
 
interface  IVolumeFog
 A type of fog that also renders volumetric fog More...
 

Enumerations

enum  EnvironmentBlendMode { EnvironmentBlendMode.None = 0, EnvironmentBlendMode.ImageAlpha = 1, EnvironmentBlendMode.ImageColor = 2, EnvironmentBlendMode.Additive = 3 }
 The blend modes that can be used with an environment More...
 

Enumeration Type Documentation

◆ EnvironmentBlendMode

The blend modes that can be used with an environment

Enumerator
None 

No blending

ImageAlpha 

The alpha component of the image

ImageColor 

The color of the image

Additive 

Pure additive blending