MegaMan.LevelEditor.TileBrushCell.TileBrushCell C# (CSharp) Méthode

TileBrushCell() public méthode

public TileBrushCell ( int x, int y, Tile tile ) : System
x int
y int
tile MegaMan.Common.Tile
Résultat System
        public TileBrushCell(int x, int y, Tile tile)
        {
            this.x = x;
            this.y = y;
            this.tile = tile;
        }
TileBrushCell