Method | Description | |
---|---|---|
HealParticleSystem ( Game1 game, int howManyEffects ) : System | ||
Update ( |
Method | Description | |
---|---|---|
InitializeConstants ( ) : void |
Set up the constants that will give this particle system its behavior and properties.
|
|
InitializeParticle ( |
public HealParticleSystem ( Game1 game, int howManyEffects ) : System | ||
game | Game1 | |
howManyEffects | int | |
return | System |
protected InitializeParticle ( |
||
p | ||
where | Vector2 | |
direction | Vector2 | |
return | void |
public Update ( |
||
gameTime | ||
return | void |