C# Class Cyclyc.ShipGirl.ShipEnemyPool

Inheritance: Cyclyc.Framework.EnemyPool
Mostrar archivo Open project: JoeOsborn/Cyclyc Class Usage Examples

Public Methods

Method Description
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

Method Details

Create() public method

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
return CycSprite

MakeEnemy() public method

public MakeEnemy ( ) : CycSprite
return CycSprite

ShipEnemyPool() public method

public ShipEnemyPool ( CycGame g ) : System
g Cyclyc.Framework.CycGame
return System