C# 클래스 MegaMan.Editor.Bll.Tools.SingleTileBrush

상속: ITileBrush
파일 보기 프로젝트 열기: Tesserex/C--MegaMan-Engine 1 사용 예제들

공개 메소드들

메소드 설명
DrawOn ( ScreenDocument screen, int tile_x, int tile_y ) : IEnumerable
SingleTileBrush ( Tile tile ) : System.Collections.Generic

메소드 상세

DrawOn() 공개 메소드

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

SingleTileBrush() 공개 메소드

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