C# Class Cyclyc.JetpackGirl.JetpackEnemyPool

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

Public Properties

Property Type Description
ForceFeedback ForceFeedbackManager

Public Methods

Method Description
Create ( Challenge c, string img, int fc, bool left, int y, int w, int h, float speed, int rad, int diff ) : JetpackEnemy
Create ( Challenge c, string img, int fc, bool left, int y, int w, int h, float speed, int bx, int by, int bw, int bh, int diff ) : JetpackEnemy
JetpackEnemyPool ( CycGame g ) : System

Method Details

Create() public method

public Create ( Challenge c, string img, int fc, bool left, int y, int w, int h, float speed, int rad, int diff ) : JetpackEnemy
c Cyclyc.Framework.Challenge
img string
fc int
left bool
y int
w int
h int
speed float
rad int
diff int
return JetpackEnemy

Create() public method

public Create ( Challenge c, string img, int fc, bool left, int y, int w, int h, float speed, int bx, int by, int bw, int bh, int diff ) : JetpackEnemy
c Cyclyc.Framework.Challenge
img string
fc int
left bool
y int
w int
h int
speed float
bx int
by int
bw int
bh int
diff int
return JetpackEnemy

JetpackEnemyPool() public method

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

Property Details

ForceFeedback public_oe property

public ForceFeedbackManager ForceFeedback
return ForceFeedbackManager