C# 클래스 MegaMan.LevelEditor.TileChange

파일 보기 프로젝트 열기: Tesserex/C--MegaMan-Engine

공개 메소드들

메소드 설명
ApplyToSurface ( ScreenDrawingSurface surface ) : void
Reverse ( ) : TileChange
TileChange ( int tx, int ty, int oldId, int newId, ScreenDrawingSurface surface ) : System.Collections.Generic

메소드 상세

ApplyToSurface() 공개 메소드

public ApplyToSurface ( ScreenDrawingSurface surface ) : void
surface ScreenDrawingSurface
리턴 void

Reverse() 공개 메소드

public Reverse ( ) : TileChange
리턴 TileChange

TileChange() 공개 메소드

public TileChange ( int tx, int ty, int oldId, int newId, ScreenDrawingSurface surface ) : System.Collections.Generic
tx int
ty int
oldId int
newId int
surface ScreenDrawingSurface
리턴 System.Collections.Generic