C# 클래스 LynnaLab.Room

상속: ProjectIndexedDataType
파일 보기 프로젝트 열기: Drenn1/LynnaLab 1 사용 예제들

공개 메소드들

메소드 설명
GetImage ( ) : Bitmap
GetMusicID ( ) : int
GetObjectGroup ( ) : ObjectGroup
GetTile ( int x, int y ) : int
Save ( ) : void
SetArea ( Area a ) : void
SetMusicID ( int id ) : void
SetTile ( int x, int y, int value ) : void

비공개 메소드들

메소드 설명
ModifiedLayoutGroupCallback ( ) : void
ModifiedTileCallback ( int tile ) : void
Room ( Project p, int i ) : System
UpdateRoomData ( ) : void

메소드 상세

GetImage() 공개 메소드

public GetImage ( ) : Bitmap
리턴 System.Drawing.Bitmap

GetMusicID() 공개 메소드

public GetMusicID ( ) : int
리턴 int

GetObjectGroup() 공개 메소드

public GetObjectGroup ( ) : ObjectGroup
리턴 ObjectGroup

GetTile() 공개 메소드

public GetTile ( int x, int y ) : int
x int
y int
리턴 int

Save() 공개 메소드

public Save ( ) : void
리턴 void

SetArea() 공개 메소드

public SetArea ( Area a ) : void
a Area
리턴 void

SetMusicID() 공개 메소드

public SetMusicID ( int id ) : void
id int
리턴 void

SetTile() 공개 메소드

public SetTile ( int x, int y, int value ) : void
x int
y int
value int
리턴 void