C# 클래스 SpaceBattle.PowerUp

상속: Actor
파일 보기 프로젝트 열기: luqui/space-shooter

공개 메소드들

메소드 설명
Collision ( Actor other ) : void
Die ( ) : void
Draw ( ) : void
PowerUp ( Action draw, float timeout, Vector2 position, Vector2 velocity, Action action ) : System
Update ( float dt ) : void

메소드 상세

Collision() 공개 메소드

public Collision ( Actor other ) : void
other Actor
리턴 void

Die() 공개 메소드

public Die ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

PowerUp() 공개 메소드

public PowerUp ( Action draw, float timeout, Vector2 position, Vector2 velocity, Action action ) : System
draw Action
timeout float
position Vector2
velocity Vector2
action Action
리턴 System

Update() 공개 메소드

public Update ( float dt ) : void
dt float
리턴 void