Function VisualServerSingleton.lightDirectionalSetBlendSplits

If true, this directional light will blend between shadow map splits resulting in a smoother transition between them. Equivalent to DirectionalLight.directionalShadowBlendSplits.

void lightDirectionalSetBlendSplits (
  const(RID) light,
  const(bool) enable
) nothrow @nogc;