HasEditorPreviewTile(Vector3Int)
Returns whether there is an editor preview Tile at the position.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Tilemaps
- Assembly: UnityEngine.TilemapModule
public bool HasEditorPreviewTile(Vector3Int position)
Parameters
Position to check.
Returns
Type | Description |
|---|---|
| bool | Returns true if there is an Editor Preview Tile at the position. Returns false otherwise. |