GetEditorPreviewColor(Vector3Int)
Gets the Color of an editor preview Tile given the XYZ coordinates of a cell in the Tilemap.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Tilemaps
- Assembly: UnityEngine.TilemapModule
public Color GetEditorPreviewColor(Vector3Int position)
Parameters
Returns
Remarks
Refer to Scriptable Tiles and Tilemap for more information.