C# Class Cyclyc.Framework.EnemyPipe

Show file Open project: JoeOsborn/Cyclyc Class Usage Examples

Public Methods

Method 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 method

public ClearNotch ( EnemyNotch n ) : void
n EnemyNotch
return void

ClearNotches() public method

public ClearNotches ( CycGame src, int amt ) : void
src CycGame
amt int
return void

Draw() public method

public Draw ( GameTime gt ) : void
gt Microsoft.Xna.Framework.GameTime
return void

EnemyPipe() public method

public EnemyPipe ( Game1 g ) : System
g Game1
return System

Initialize() public method

public Initialize ( ) : void
return void

LoadContent() public method

public LoadContent ( ) : void
return void

RegisterDifficultyNotch() public method

public RegisterDifficultyNotch ( CycGame dst, int difficulty ) : void
dst CycGame
difficulty int
return void

Update() public method

public Update ( GameTime gt ) : void
gt Microsoft.Xna.Framework.GameTime
return void