C# Class PhysicExplosion.Behaviors.ExplosionBehavior

Inheritance: Behavior
Afficher le fichier Open project: WaveEngine/Samples

Private Properties

Свойство Type Description
CreateParticle System.Entity
CreateParticles void

Méthodes protégées

Méthode Description
DefaultValues ( ) : void

Default values method

Initialize ( ) : void

Initialize method

ResolveDependencies ( ) : void

Resolve dependencies method

Update ( System.TimeSpan gameTime ) : void

Update method

Private Methods

Méthode Description
CreateParticle ( float angle, float density, float blastPower ) : System.Entity

Create particle method

CreateParticles ( ) : void

Create particles method

Method Details

DefaultValues() protected méthode

Default values method
protected DefaultValues ( ) : void
Résultat void

Initialize() protected méthode

Initialize method
protected Initialize ( ) : void
Résultat void

ResolveDependencies() protected méthode

Resolve dependencies method
protected ResolveDependencies ( ) : void
Résultat void

Update() protected méthode

Update method
protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan game time
Résultat void