C# 클래스 Cyclyc.ShipGirl.ShipEnemyPool

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

공개 메소드들

메소드 설명
Create ( Challenge c, string img, int fc, CollisionStyle col, string curveSet, bool left, int y, int w, int h, double timeScale, int diff ) : CycSprite
MakeEnemy ( ) : CycSprite
ShipEnemyPool ( CycGame g ) : System

메소드 상세

Create() 공개 메소드

public Create ( Challenge c, string img, int fc, CollisionStyle col, string curveSet, bool left, int y, int w, int h, double timeScale, int diff ) : CycSprite
c Cyclyc.Framework.Challenge
img string
fc int
col CollisionStyle
curveSet string
left bool
y int
w int
h int
timeScale double
diff int
리턴 CycSprite

MakeEnemy() 공개 메소드

public MakeEnemy ( ) : CycSprite
리턴 CycSprite

ShipEnemyPool() 공개 메소드

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