C# 클래스 Cyclyc.ShipGirl.BeamPool

상속: Cyclyc.Framework.EnemyPool
파일 보기 프로젝트 열기: JoeOsborn/Cyclyc 1 사용 예제들

공개 메소드들

메소드 설명
BeamPool ( CycGame g ) : System
Create ( string img, float x, float y, float vx, float vy, float sz ) : BeamBit
MakeEnemy ( ) : CycSprite

메소드 상세

BeamPool() 공개 메소드

public BeamPool ( CycGame g ) : System
g Cyclyc.Framework.CycGame
리턴 System

Create() 공개 메소드

public Create ( string img, float x, float y, float vx, float vy, float sz ) : BeamBit
img string
x float
y float
vx float
vy float
sz float
리턴 BeamBit

MakeEnemy() 공개 메소드

public MakeEnemy ( ) : CycSprite
리턴 CycSprite