SetEditorPreviewTransformMatrix(Vector3Int, Matrix4x4)
Sets the transform matrix of an editor preview Tile given the XYZ coordinates of a cell in the Tilemap.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Tilemaps
- Assembly: UnityEngine.TilemapModule
public void SetEditorPreviewTransformMatrix(Vector3Int position, Matrix4x4 transform)
Parameters
Remarks
The editor preview Tile is used for previewing possible additions to the Tilemap.