Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


HasEditorPreviewTile(Vector3Int)

Returns whether there is an editor preview Tile at the position.
Read time 1 minuteLast updated 11 days ago

Definition

public bool HasEditorPreviewTile(Vector3Int position)

Parameters

position

Position to check.

Returns

Type

Description

boolReturns true if there is an Editor Preview Tile at the position. Returns false otherwise.