C# Class ParticleSystem2DProject.MeteorBehavior

Inheritance: Behavior
Mostra file Open project: WaveEngine/Samples

Protected Methods

Method Description
DefaultValues ( ) : void
Initialize ( ) : void
Update ( System.TimeSpan gameTime ) : void

Private Methods

Method Description
ResetPosition ( ) : void

Method Details

DefaultValues() protected method

protected DefaultValues ( ) : void
return void

Initialize() protected method

protected Initialize ( ) : void
return void

Update() protected method

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