Function VisualServerSingleton.environmentSetSky

Sets the Sky to be used as the environment's background when using BGMode sky. Equivalent to Environment.backgroundSky.

void environmentSetSky (
  const(RID) env,
  const(RID) sky
) nothrow @nogc;