C# Class LensFlare.OrbitBehavior

Inheritance: Behavior
Exibir arquivo Open project: WaveEngine/Samples

Private Properties

Property Type Description
CalculateOrbitalSpeed void

Protected Methods

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

Allows this instance to execute custom logic during its Update.

This method will not be executed if the T:WaveEngine.Framework.Component, or the T:WaveEngine.Framework.Entity owning it are not Active.

Private Methods

Method Description
CalculateOrbitalSpeed ( ) : void

Method Details

Initialize() protected method

protected Initialize ( ) : void
return void

Update() protected method

Allows this instance to execute custom logic during its Update.
This method will not be executed if the T:WaveEngine.Framework.Component, or the T:WaveEngine.Framework.Entity owning it are not Active.
protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan The game time.
return void