class

PointClickEngine::Graphics::Effects::SceneEffects::FogEffectConfig

Inherits PointClickEngine::Graphics::Effects::SceneEffects::EffectConfig < YAML::Serializable < Reference < Object

Fog effect configuration

Constructors

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)

Fog effect configuration

Source

Instance methods

color
Source
color=(color : Array(Int32) | Nil)
Source
create_effect

Abstract method to create the actual effect

Source
density
Source
density=(density : Float32 | Nil)
Source
end=(end __arg0 : Float32 | Nil)
Source
fog_type
Source
fog_type=(fog_type : String | Nil)
Source
height_falloff
Source
height_falloff=(height_falloff : Float32 | Nil)
Source
start
Source
start=(start : Float32 | Nil)
Source