Cell

Cell(Map, Vector2Int, Tile)

public Cell(Map map, Vector2Int position, Tile tile) ;

説明

Cellクラスの新しいインスタンスを初期化。

パラメーター

パラメーター名 説明
map Map
position 座標
tile Tile

Cell(Map, Cell)

public Cell(Map map, Cell cell) ;

説明

既存のCellインスタンスをコピーして初期化。

パラメーター

パラメーター名 説明
map Map
cell コピー元のセル