Méthode | Description | |
---|---|---|
AddTile ( |
||
Cells ( ) : IEnumerable |
||
DrawOn ( |
Draws the brush onto the given screen at the given tile location. Returns an "undo brush" - a brush of all tiles that were overwritten. Returns null if no tiles were changed.
|
|
DrawOn ( |
||
Reset ( int width, int height ) : void | ||
TileBrush ( int width, int height ) : System |
public AddTile ( |
||
tile | ||
x | int | |
y | int | |
Résultat | void |
public DrawOn ( |
||
screen | ||
tile_x | int | |
tile_y | int | |
Résultat | ITileBrush |
public DrawOn ( |
||
g | ||
x | int | |
y | int | |
Résultat | void |
public Reset ( int width, int height ) : void | ||
width | int | |
height | int | |
Résultat | void |
public TileBrush ( int width, int height ) : System | ||
width | int | |
height | int | |
Résultat | System |