Mode

enumeration

Description

Determines how the TilemapRenderer should batch the sprites from tiles for rendering.

Properties

ChunkBatches each Sprite from the Tilemap into grouped chunks to be rendered.
IndividualSends each Sprite from the Tilemap to be rendered individually.
SRPBatchSends batchable Sprites from the Tilemap in chunks to be rendered and can be batched using the Scriptable Render Pipeline (SRP) batching system.

Did you find this page useful? Please give it a rating: