requestUpdate method

void requestUpdate()

With RenderTextureUpdate.manual, renders once on the scene's next frame. Has no effect with the other policies (they re-render on their own schedule).

Implementation

void requestUpdate() {
  _updateRequested = true;
}