コード例 #1
0
ファイル: TileMap.cs プロジェクト: Grivik/Zelda_VR
 public int TryGetTile(Index2 n)
 {
     return(_tileMapData.TryGetTile(n));
 }