Function VisualServerSingleton.reflectionProbeSetUpdateMode

Sets how often the reflection probe updates. Can either be once or every frame. See reflectionprobeupdatemode for options.

void reflectionProbeSetUpdateMode (
  const(RID) probe,
  const(long) mode
) nothrow @nogc;