예제 #1
0
파일: TileMap.cs 프로젝트: Grivik/Zelda_VR
 public bool IsTileIndexValid(Index2 index)
 {
     return(_tileMapData.IsTileIndexValid(index));
 }