C# Class Tumbler.EmitterBehavior

Inheritance: Behavior
Mostra file Open project: WaveEngine/Samples

Private Properties

Property Type Description

Protected Methods

Method Description
Update ( System.TimeSpan gameTime ) : void

The update method

Method Details

Update() protected method

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