C# Class DeepSpace.Components.Stars.StarsGeneratorBehavior

Inheritance: Behavior
Show file Open project: WaveEngine/QuickStarters

Public Methods

Method Description
StarsGeneratorBehavior ( ) : System

Protected Methods

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

Private Methods

Method Description
GenerateStars ( ) : void

Method Details

DefaultValues() protected method

protected DefaultValues ( ) : void
return void

StarsGeneratorBehavior() public method

public StarsGeneratorBehavior ( ) : System
return System

Update() protected method

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