C# Class UHSampleGame.LevelManagement.LevelManager

Afficher le fichier Open project: holtkampw/UH-Sample-XNA-Project

Méthodes publiques

Свойство Type Description
CurrentLevel Level

Méthodes publiques

Méthode Description
AddPlayer ( Player player ) : void
CreateLevel ( Vector2 size, PlayerSetup playerSetup ) : void
Initialize ( ) : void
LoadLevel ( int level ) : void

Private Methods

Méthode Description
InitLevel1 ( ) : void
SetupPlayerOnMap ( List activePlayers, List map, int currentPlayerIndex, int y ) : int

Method Details

AddPlayer() public static méthode

public static AddPlayer ( Player player ) : void
player UHSampleGame.Players.Player
Résultat void

CreateLevel() public static méthode

public static CreateLevel ( Vector2 size, PlayerSetup playerSetup ) : void
size Vector2
playerSetup UHSampleGame.Players.PlayerSetup
Résultat void

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

LoadLevel() public static méthode

public static LoadLevel ( int level ) : void
level int
Résultat void

Property Details

CurrentLevel public_oe static_oe property

public static Level CurrentLevel
Résultat Level