Options for when Unity updates canvases for batching.
Use this enum with the Canvas.batchingInterval property to choose the batching update behavior. This property applies only at runtime in Player builds and has no effect in the Editor.
| Property | Description |
|---|---|
| GatedByRendering | Updates canvases for batching only when rendering is required. |
| AlwaysUpdate | Updates canvases for batching on every update, even when rendering is not required. |