Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TilemapRenderer.DetectChunkCullingBounds

Returns whether the TilemapRenderer automatically detects the bounds to extend chunk culling by.
Read time 1 minuteLast updated 8 days ago

Definition

public enum TilemapRenderer.DetectChunkCullingBounds

Fields

Value

Description

AutoThe TilemapRenderer will automatically detect the bounds of extension by inspecting the Sprite/s used in the Tilemap.
ManualThe user adds in the values used for extend the bounds for culling of Tilemap chunks.