Пример #1
0
 public bool HasOverlayOfType(Vector3Int cellPosition, LayerType layerType, OverlayType overlayType)
 {
     return(metaTileMap.HasOverlayOfType(cellPosition, layerType, overlayType));
 }