C# Class MegaMan.Editor.Bll.Tools.MultiTileBrush

Inheritance: ITileBrush
Mostrar archivo Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Public Methods

Method Description
AddTile ( Tile tile, int x, int y ) : void
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

Method Details

AddTile() public method

public AddTile ( Tile tile, int x, int y ) : void
tile MegaMan.Common.Tile
x int
y int
return void

DrawOn() public method

Draws the brush onto the given screen at the given tile location.
public DrawOn ( ScreenDocument screen, int tile_x, int tile_y ) : IEnumerable
screen ScreenDocument
tile_x int
tile_y int
return IEnumerable

MultiTileBrush() public method

public MultiTileBrush ( int width, int height ) : System.Collections.Generic
width int
height int
return System.Collections.Generic

Reset() public method

public Reset ( int width, int height ) : void
width int
height int
return void