AutoTiles.AutoTilesBase.GetTileValueFromFramwork C# (CSharp) Метод

GetTileValueFromFramwork() защищенный абстрактный Метод

Child classes must implement this method to retrieve the value of a tile from the target framwork
protected abstract GetTileValueFromFramwork ( int x, int y, int l ) : int
x int
y int
l int
Результат int
        protected abstract int GetTileValueFromFramwork(int x, int y, int l);