Determines how the TilemapRenderer should batch the sprites from tiles for rendering.
| Property | Description |
|---|---|
| Chunk | Batches each Sprite from the Tilemap into grouped chunks to be rendered. |
| Individual | Sends each Sprite from the Tilemap to be rendered individually. |