Tile

class in UnityEngine.Tilemaps

/

Hereda de:Tilemaps.TileBase

Cambiar al Manual

Descripción

Class for a default tile in the Tilemap.

This inherits from TileBase and represents a default tile to be placed in a Tilemap. It implements TileBase.GetTileData for simple rendering of a Sprite in the tile map.

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.

Funciones Públicas

GetTileDataRetrieves the tile rendering data for the Tile.

Miembros heredados

Funciones Públicas

GetTileAnimationDataRetrieves any tile animation data from the scripted tile.
RefreshTileThis method is called when the tile is refreshed.
StartUpStartUp is called on the first frame of the running Scene.