C# Class PhysicExplosion.Behaviors.ExplosionBehavior

Inheritance: Behavior
Show file Open project: WaveEngine/Samples

Private Properties

Property Type Description
CreateParticle System.Entity
CreateParticles void

Protected Methods

Method Description
DefaultValues ( ) : void

Default values method

Initialize ( ) : void

Initialize method

ResolveDependencies ( ) : void

Resolve dependencies method

Update ( System.TimeSpan gameTime ) : void

Update method

Private Methods

Method Description
CreateParticle ( float angle, float density, float blastPower ) : System.Entity

Create particle method

CreateParticles ( ) : void

Create particles method

Method Details

DefaultValues() protected method

Default values method
protected DefaultValues ( ) : void
return void

Initialize() protected method

Initialize method
protected Initialize ( ) : void
return void

ResolveDependencies() protected method

Resolve dependencies method
protected ResolveDependencies ( ) : void
return void

Update() protected method

Update method
protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan game time
return void