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

Inheritance: ITileBrush
Afficher le fichier Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Méthodes publiques

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

Method Details

DrawOn() public méthode

public DrawOn ( ScreenDocument screen, int tile_x, int tile_y ) : IEnumerable
screen ScreenDocument
tile_x int
tile_y int
Résultat IEnumerable

SingleTileBrush() public méthode

public SingleTileBrush ( Tile tile ) : System.Collections.Generic
tile MegaMan.Common.Tile
Résultat System.Collections.Generic