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

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

공개 메소드들

메소드 설명
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

메소드 상세

AddTile() 공개 메소드

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

DrawOn() 공개 메소드

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
리턴 IEnumerable

MultiTileBrush() 공개 메소드

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

Reset() 공개 메소드

public Reset ( int width, int height ) : void
width int
height int
리턴 void