C# 클래스 Schmup.ShootingPattern

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

보호된 프로퍼티들

프로퍼티 타입 설명
enemy Enemy
shots ShotPool

공개 메소드들

메소드 설명
ShootingPattern ( LuxGame game, ShotPool shots, Enemy enemy ) : System
Update ( GameTime gameTime ) : void

메소드 상세

ShootingPattern() 공개 메소드

public ShootingPattern ( LuxGame game, ShotPool shots, Enemy enemy ) : System
game LuxEngine.LuxGame
shots ShotPool
enemy Enemy
리턴 System

Update() 공개 메소드

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

프로퍼티 상세

enemy 보호되어 있는 프로퍼티

protected Enemy,Schmup enemy
리턴 Enemy

shots 보호되어 있는 프로퍼티

protected ShotPool,Schmup shots
리턴 ShotPool