Function VisualServerSingleton.environmentSetSkyOrientation

Sets the rotation of the background Sky expressed as a Basis. Equivalent to Environment.backgroundSkyOrientation.

void environmentSetSkyOrientation (
  const(RID) env,
  const(Basis) orientation
) nothrow @nogc;