C# 클래스 Schmup.HeroPower

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

공개 메소드들

메소드 설명
HeroPower ( LuxGame game, World world, int invincibleTimeMillisec, int damage, Sprite skin = null ) : System
Initialize ( ) : void
Update ( GameTime gameTime ) : void

메소드 상세

HeroPower() 공개 메소드

public HeroPower ( LuxGame game, World world, int invincibleTimeMillisec, int damage, Sprite skin = null ) : System
game LuxEngine.LuxGame
world World
invincibleTimeMillisec int
damage int
skin Sprite
리턴 System

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Update() 공개 메소드

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