C# 클래스 Schmup.HeroLazer

상속: Shot
파일 보기 프로젝트 열기: Louis-Dureuil/maya-vs-the-world

공개 메소드들

메소드 설명
HeroLazer ( LuxGame game, World world, int invincibleTimeMillisec, int spriteNb, int damage, Sprite skin ) : System
Initialize ( ) : void
Launch ( int lazerIndex ) : void
LazerDisable ( ) : void
Update ( GameTime gameTime ) : void

메소드 상세

HeroLazer() 공개 메소드

public HeroLazer ( LuxGame game, World world, int invincibleTimeMillisec, int spriteNb, int damage, Sprite skin ) : System
game LuxEngine.LuxGame
world World
invincibleTimeMillisec int
spriteNb int
damage int
skin Sprite
리턴 System

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Launch() 공개 메소드

public Launch ( int lazerIndex ) : void
lazerIndex int
리턴 void

LazerDisable() 공개 메소드

public LazerDisable ( ) : void
리턴 void

Update() 공개 메소드

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