VisualServerSingleton.environmentSetAmbientLight

Sets the ambient light parameters. See Environment for more details.

struct VisualServerSingleton
@nogc nothrow
void
environmentSetAmbientLight
(
in RID env
,
in Color color
,
in double energy = 1
,
in double sky_contibution = 0
)

Meta