C# Class Cyclyc.ShipGirl.ShipEnemyPool

Inheritance: Cyclyc.Framework.EnemyPool
Afficher le fichier Open project: JoeOsborn/Cyclyc Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat CycSprite

MakeEnemy() public méthode

public MakeEnemy ( ) : CycSprite
Résultat CycSprite

ShipEnemyPool() public méthode

public ShipEnemyPool ( CycGame g ) : System
g Cyclyc.Framework.CycGame
Résultat System