VisualServerSingleton.reflectionProbeSetCullMask

Sets the render cull mask for this reflection probe. Only instances with a matching cull mask will be rendered by this probe. Equivalent to ReflectionProbe.cullMask.

struct VisualServerSingleton
@nogc nothrow
void
reflectionProbeSetCullMask
(
in RID probe
,
in long layers
)

Meta