AutoTiles.AutoTilesBase.CommitTile C# (CSharp) Method

CommitTile() protected abstract method

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
return void
        protected abstract void CommitTile(int x, int y, int l, int value);