Function VisualServerSingleton.environmentSetDofBlurNear
Sets the values to be used with the "DoF Near Blur" post-process effect. See Environment
for more details.
void environmentSetDofBlurNear
(
const(RID) env,
const(bool) enable,
const(double) distance,
const(double) transition,
const(double) far_amount,
const(long) quality
) nothrow @nogc;