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

Inheritance: ITileBrush
显示文件 Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Public Methods

Method Description
DrawOn ( ScreenDocument screen, int tile_x, int tile_y ) : IEnumerable
SingleTileBrush ( Tile tile ) : System.Collections.Generic

Method Details

DrawOn() public method

public DrawOn ( ScreenDocument screen, int tile_x, int tile_y ) : IEnumerable
screen ScreenDocument
tile_x int
tile_y int
return IEnumerable

SingleTileBrush() public method

public SingleTileBrush ( Tile tile ) : System.Collections.Generic
tile MegaMan.Common.Tile
return System.Collections.Generic