Function VisualServerSingleton.reflectionProbeSetExtents

Sets the size of the area that the reflection probe will capture. Equivalent to ReflectionProbe.extents.

void reflectionProbeSetExtents (
  const(RID) probe,
  const(Vector3) extents
) nothrow @nogc;