C# Class UHSampleGame.PowerManagement.PowerManager

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

Méthodes publiques

Свойство Type Description
NumPowers int
actionPlayers List
playerPowers UHSampleGame.PowerManagement.PlayerPower[][]
powerInformation UHSampleGame.PowerManagement.PowerInformation[]
powerTypes System.Enum[]
tempPlayers List

Méthodes publiques

Méthode Description
AddPower ( PowerType type, int PlayerNum ) : void
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
Bombastic ( int PlayerNum ) : void
EMP ( int PlayerNum ) : void
FreezeEnemies ( int PlayerNum ) : void
RemoveEMP ( int PlayerNum, int index ) : void
RemoveFreezeEnemies ( int PlayerNum, int index ) : void
RemoveRezone ( int PlayerNum, int index ) : void
RemoveStrongTowers ( int PlayerNum ) : void
Rezone ( int PlayerNum ) : void
StrongTowers ( int PlayerNum ) : void

Method Details

AddPower() public static méthode

public static AddPower ( PowerType type, int PlayerNum ) : void
type PowerType
PlayerNum int
Résultat void

Draw() public static méthode

public static Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

Update() public static méthode

public static Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Property Details

NumPowers public_oe static_oe property

public static int NumPowers
Résultat int

actionPlayers public_oe static_oe property

public static List actionPlayers
Résultat List

playerPowers public_oe static_oe property

public static PlayerPower[][],UHSampleGame.PowerManagement playerPowers
Résultat UHSampleGame.PowerManagement.PlayerPower[][]

powerInformation public_oe static_oe property

public static PowerInformation[],UHSampleGame.PowerManagement powerInformation
Résultat UHSampleGame.PowerManagement.PowerInformation[]

powerTypes public_oe static_oe property

public static Enum[],System powerTypes
Résultat System.Enum[]

tempPlayers public_oe static_oe property

public static List tempPlayers
Résultat List