Function 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.

void reflectionProbeSetCullMask (
  const(RID) probe,
  const(long) layers
) nothrow @nogc;