Function VisualServerSingleton.lightDirectionalSetShadowMode

Sets the shadow mode for this directional light. Equivalent to DirectionalLight.directionalShadowMode. See lightdirectionalshadowmode for options.

void lightDirectionalSetShadowMode (
  const(RID) light,
  const(long) mode
) nothrow @nogc;