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

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

This method needs to be implemented by child classes to actually commit the tile to the target framework.
protected abstract CommitTile ( int x, int y, int l, int value ) : void
x int
y int
l int
value int
Результат void
        protected abstract void CommitTile(int x, int y, int l, int value);