VisualServerSingleton.environmentSetDofBlurFar

Sets the values to be used with the "DoF Far Blur" post-process effect. See Environment for more details.

struct VisualServerSingleton
@nogc nothrow
void
environmentSetDofBlurFar
(
in RID env
,
in bool enable
,
in double distance
,
in double transition
,
in double far_amount
,
in long quality
)

Meta