C# Class Cyclyc.Framework.EnemyPipe

Afficher le fichier Open project: JoeOsborn/Cyclyc Class Usage Examples

Méthodes publiques

Méthode Description
ClearNotch ( EnemyNotch n ) : void
ClearNotches ( CycGame src, int amt ) : void
Draw ( GameTime gt ) : void
EnemyPipe ( Game1 g ) : System
Initialize ( ) : void
LoadContent ( ) : void
RegisterDifficultyNotch ( CycGame dst, int difficulty ) : void
Update ( GameTime gt ) : void

Method Details

ClearNotch() public méthode

public ClearNotch ( EnemyNotch n ) : void
n EnemyNotch
Résultat void

ClearNotches() public méthode

public ClearNotches ( CycGame src, int amt ) : void
src CycGame
amt int
Résultat void

Draw() public méthode

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

EnemyPipe() public méthode

public EnemyPipe ( Game1 g ) : System
g Game1
Résultat System

Initialize() public méthode

public Initialize ( ) : void
Résultat void

LoadContent() public méthode

public LoadContent ( ) : void
Résultat void

RegisterDifficultyNotch() public méthode

public RegisterDifficultyNotch ( CycGame dst, int difficulty ) : void
dst CycGame
difficulty int
Résultat void

Update() public méthode

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