Exemplo n.º 1
0
 private bool IsDifferent(Vector3Int position, LayerTile layerTile, Matrix4x4?transformMatrix = null,
                          Color?color = null)
 {
     return(metaTileMap.IsDifferent(position, layerTile, layerTile.LayerType, transformMatrix, color));
 }