ITilemap.GetTransformMatrix

Switch to Manual
public Matrix4x4 GetTransformMatrix (Vector3Int position);

Parameters

position瓦片在 Tilemap 上的位置。

Returns

Matrix4x4 变换矩阵。

Description

Gets the transform matrix of a Tile given the XYZ coordinates of a cell in the Tilemap.

Refer to Scriptable Tiles and Tilemap for more information.