C# 클래스 Cyclyc.Framework.EnemyPipe

파일 보기 프로젝트 열기: JoeOsborn/Cyclyc 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

ClearNotch() 공개 메소드

public ClearNotch ( EnemyNotch n ) : void
n EnemyNotch
리턴 void

ClearNotches() 공개 메소드

public ClearNotches ( CycGame src, int amt ) : void
src CycGame
amt int
리턴 void

Draw() 공개 메소드

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

EnemyPipe() 공개 메소드

public EnemyPipe ( Game1 g ) : System
g Game1
리턴 System

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

LoadContent() 공개 메소드

public LoadContent ( ) : void
리턴 void

RegisterDifficultyNotch() 공개 메소드

public RegisterDifficultyNotch ( CycGame dst, int difficulty ) : void
dst CycGame
difficulty int
리턴 void

Update() 공개 메소드

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