C# Class ParticleDemo2.ParticleSystemGS

Inheritance: GameService
Afficher le fichier Open project: demiurghg/FusionEngine

Méthodes publiques

Méthode Description
AddParticle ( System.Vector2 pos, System.Vector2 vel, float lifeTime, float size0, float size1, float colorBoost = 1 ) : void

Adds random particle at specified position

Draw ( GameTime gameTime, StereoEye stereoEye ) : void

Initialize ( ) : void

ParticleSystemGS ( Game game ) : System

Update ( GameTime gameTime ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
ClearParticleBuffer ( ) : void

Makes all particles wittingly dead

EnumAction ( PipelineState ps, Flags flag ) : void
Game_Reloading ( object sender, EventArgs e ) : void
RadialRandomVector ( ) : System.Vector2

Returns random radial vector

SwapParticleBuffers ( ) : void

Method Details

AddParticle() public méthode

Adds random particle at specified position
public AddParticle ( System.Vector2 pos, System.Vector2 vel, float lifeTime, float size0, float size1, float colorBoost = 1 ) : void
pos System.Vector2
vel System.Vector2
lifeTime float
size0 float
size1 float
colorBoost float
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Draw() public méthode

public Draw ( GameTime gameTime, StereoEye stereoEye ) : void
gameTime GameTime
stereoEye StereoEye
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

ParticleSystemGS() public méthode

public ParticleSystemGS ( Game game ) : System
game Game
Résultat System

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime GameTime
Résultat void