TileBase

class in UnityEngine.Tilemaps

Switch to Manual

Description

Base class for a tile in the Tilemap.

Inherit from this to implement your custom tile to be placed in a Tilemap component.

Public Functions

GetTileAnimationDataRetrieves any tile animation data from the scripted tile.
GetTileDataRetrieves any tile rendering 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.