C# Class LKCamelot.model.Map

Afficher le fichier Open project: vans163/LKEmu

Méthodes publiques

Свойство Type Description
FullMaps string>.Dictionary
loadedmaps TiledMap>.Dictionary
mapsizes Point2D>.Dictionary

Méthodes publiques

Méthode Description
Init ( ) : void
SpawnPoint ( string map ) : Point2D
SpawnPointFixed ( string map, int xe, int ye, int xe2, int ye2 ) : Point2D

Method Details

Init() public static méthode

public static Init ( ) : void
Résultat void

SpawnPoint() public static méthode

public static SpawnPoint ( string map ) : Point2D
map string
Résultat Point2D

SpawnPointFixed() public static méthode

public static SpawnPointFixed ( string map, int xe, int ye, int xe2, int ye2 ) : Point2D
map string
xe int
ye int
xe2 int
ye2 int
Résultat Point2D

Property Details

FullMaps public_oe static_oe property

public static Dictionary FullMaps
Résultat string>.Dictionary

loadedmaps public_oe static_oe property

public static Dictionary loadedmaps
Résultat TiledMap>.Dictionary

mapsizes public_oe static_oe property

public static Dictionary mapsizes
Résultat Point2D>.Dictionary