Click or drag to resize

EnvironmentFogTransmitEnabled Property

Enables fog's light transmission effect. If true, light will be more visible in the fog to simulate light scattering as in real life.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool FogTransmitEnabled { get; set; }

Property Value

Type: Boolean
See Also