TileData

struct in UnityEngine.Tilemaps

Switch to Manual

Description

A Struct for the required data for rendering a Tile.

Variables

color Color of the Tile.
flags TileFlags of the Tile.
gameObject GameObject of the Tile.
sprite Sprite to be rendered at the Tile.
transform Transform matrix of the Tile.