C# Class Cyclyc.ShipGirl.BeamPool

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

Méthodes publiques

Méthode Description
BeamPool ( CycGame g ) : System
Create ( string img, float x, float y, float vx, float vy, float sz ) : BeamBit
MakeEnemy ( ) : CycSprite

Method Details

BeamPool() public méthode

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

Create() public méthode

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

MakeEnemy() public méthode

public MakeEnemy ( ) : CycSprite
Résultat CycSprite