C# Class Cyclyc.ShipGirl.BeamPool

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

Public Methods

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

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

Create() public method

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

MakeEnemy() public method

public MakeEnemy ( ) : CycSprite
return CycSprite