C# Class LynnaLab.Room

Inheritance: ProjectIndexedDataType
显示文件 Open project: Drenn1/LynnaLab Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
ModifiedLayoutGroupCallback ( ) : void
ModifiedTileCallback ( int tile ) : void
Room ( Project p, int i ) : System
UpdateRoomData ( ) : void

Method Details

GetImage() public method

public GetImage ( ) : Bitmap
return System.Drawing.Bitmap

GetMusicID() public method

public GetMusicID ( ) : int
return int

GetObjectGroup() public method

public GetObjectGroup ( ) : ObjectGroup
return ObjectGroup

GetTile() public method

public GetTile ( int x, int y ) : int
x int
y int
return int

Save() public method

public Save ( ) : void
return void

SetArea() public method

public SetArea ( Area a ) : void
a Area
return void

SetMusicID() public method

public SetMusicID ( int id ) : void
id int
return void

SetTile() public method

public SetTile ( int x, int y, int value ) : void
x int
y int
value int
return void