LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

TileData

struct in UnityEngine.Tilemaps

Description

A Struct for the required data for rendering a Tile.

Properties

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.