C# Class LynnaLab.Room

Inheritance: ProjectIndexedDataType
Afficher le fichier Open project: Drenn1/LynnaLab Class Usage Examples

Méthodes publiques

Méthode 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

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

Method Details

GetImage() public méthode

public GetImage ( ) : Bitmap
Résultat System.Drawing.Bitmap

GetMusicID() public méthode

public GetMusicID ( ) : int
Résultat int

GetObjectGroup() public méthode

public GetObjectGroup ( ) : ObjectGroup
Résultat ObjectGroup

GetTile() public méthode

public GetTile ( int x, int y ) : int
x int
y int
Résultat int

Save() public méthode

public Save ( ) : void
Résultat void

SetArea() public méthode

public SetArea ( Area a ) : void
a Area
Résultat void

SetMusicID() public méthode

public SetMusicID ( int id ) : void
id int
Résultat void

SetTile() public méthode

public SetTile ( int x, int y, int value ) : void
x int
y int
value int
Résultat void