VisualServerSingleton.environmentSetFog

Sets the variables to be used with the scene fog. See Environment for more details.

struct VisualServerSingleton
@nogc nothrow
void
environmentSetFog
(
in RID env
,
in bool enable
,
in Color color
,
in Color sun_color
,
in double sun_amount
)

Meta