C# Class LuxEngine.Map

Afficher le fichier Open project: Louis-Dureuil/maya-vs-the-world Class Usage Examples

Méthodes publiques

Свойство Type Description
BackgroundMusicName string
BackgroundName string
Height int
Width int
spritesNames List

Méthodes publiques

Méthode Description
GetHeader ( ) : string
Map ( string backgroundName, string backgroundMusicName, int width, int height ) : System

Method Details

GetHeader() public méthode

public GetHeader ( ) : string
Résultat string

Map() public méthode

public Map ( string backgroundName, string backgroundMusicName, int width, int height ) : System
backgroundName string
backgroundMusicName string
width int
height int
Résultat System

Property Details

BackgroundMusicName public_oe property

public string BackgroundMusicName
Résultat string

BackgroundName public_oe property

public string BackgroundName
Résultat string

Height public_oe property

public int Height
Résultat int

Width public_oe property

public int Width
Résultat int

spritesNames public_oe property

public List spritesNames
Résultat List