Function VisualServerSingleton.lightDirectionalSetShadowDepthRangeMode
Sets the shadow depth range mode for this directional light. Equivalent to DirectionalLight. See lightdirectionalshadowdepthrangemode for options.
void lightDirectionalSetShadowDepthRangeMode
(
const(RID) light,
const(long) range_mode
) nothrow @nogc;