Updates canvases for batching only when rendering is required.
Use this default option to update canvas batching only when Unity performs rendering. For example, when you use OnDemandRendering, batching updates run only on rendered frames, which can improve performance. This applies only at runtime in Player builds and has no effect in the Editor.