C# 클래스 MegaMan.LevelEditor.TileBrushCell

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

공개 프로퍼티들

프로퍼티 타입 설명
tile MegaMan.Common.Tile
x int
y int

공개 메소드들

메소드 설명
TileBrushCell ( int x, int y, Tile tile ) : System

메소드 상세

TileBrushCell() 공개 메소드

public TileBrushCell ( int x, int y, Tile tile ) : System
x int
y int
tile MegaMan.Common.Tile
리턴 System

프로퍼티 상세

tile 공개적으로 프로퍼티

public Tile,MegaMan.Common tile
리턴 MegaMan.Common.Tile

x 공개적으로 프로퍼티

public int x
리턴 int

y 공개적으로 프로퍼티

public int y
리턴 int