Method | Description | |
---|---|---|
PlaneParticleEmitter ( int width, int height, Vector3 position, Vector3 initialVelocity, Vector3 gravity, Vector4 colour, int numberOfParticles, float lifeTime ) : System | ||
addParticle ( ) : void | ||
addParticle ( int numberOfNewParticles ) : void | ||
initialize ( ) : void | ||
loadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void | ||
render ( GraphicsDevice graphics, Matrix viewMatrix, Matrix projectionMatrix ) : void | ||
update ( ) : void |
public PlaneParticleEmitter ( int width, int height, Vector3 position, Vector3 initialVelocity, Vector3 gravity, Vector4 colour, int numberOfParticles, float lifeTime ) : System | ||
width | int | |
height | int | |
position | Vector3 | |
initialVelocity | Vector3 | |
gravity | Vector3 | |
colour | Vector4 | |
numberOfParticles | int | |
lifeTime | float | |
return | System |
public addParticle ( int numberOfNewParticles ) : void | ||
numberOfNewParticles | int | |
return | void |
public loadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void | ||
content | Microsoft.Xna.Framework.Content.ContentManager | |
return | void |
public render ( GraphicsDevice graphics, Matrix viewMatrix, Matrix projectionMatrix ) : void | ||
graphics | GraphicsDevice | |
viewMatrix | Matrix | |
projectionMatrix | Matrix | |
return | void |