Méthode | Description | |
---|---|---|
AddTile ( |
||
DrawOn ( ScreenDocument screen, int tile_x, int tile_y ) : IEnumerable |
Draws the brush onto the given screen at the given tile location.
|
|
MultiTileBrush ( int width, int height ) : System.Collections.Generic | ||
Reset ( int width, int height ) : void |
public AddTile ( |
||
tile | ||
x | int | |
y | int | |
Résultat | void |
public DrawOn ( ScreenDocument screen, int tile_x, int tile_y ) : IEnumerable |
||
screen | ScreenDocument | |
tile_x | int | |
tile_y | int | |
Résultat | IEnumerable |
public MultiTileBrush ( int width, int height ) : System.Collections.Generic | ||
width | int | |
height | int | |
Résultat | System.Collections.Generic |
public Reset ( int width, int height ) : void | ||
width | int | |
height | int | |
Résultat | void |