C# Class PhysicExplosion.Behaviors.ExplosionParticleBehavior

Inheritance: Behavior
Show file Open project: WaveEngine/Samples

Public Properties

Property Type Description
Killed bool

Private Properties

Property Type Description

Protected Methods

Method Description
DefaultValues ( ) : void

Default values method

Update ( System.TimeSpan gameTime ) : void

Update method

Method Details

DefaultValues() protected method

Default values method
protected DefaultValues ( ) : void
return void

Update() protected method

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

Property Details

Killed public property

public bool Killed
return bool