public void SetMatrix (Vector3Int position, Matrix4x4 matrix);

参数

position画笔中要设置变换矩阵的位置。
matrix要在画笔中设置的变换矩阵。

描述

在画笔中的相应位置设置变换矩阵。此矩阵专门用于 Tilemap 上的瓦片,而非画笔单元格的游戏对象。