C# Class DeepSpace.Components.Stars.StarsGeneratorBehavior

Inheritance: Behavior
Afficher le fichier Open project: WaveEngine/QuickStarters

Méthodes publiques

Méthode Description
StarsGeneratorBehavior ( ) : System

Méthodes protégées

Méthode Description
DefaultValues ( ) : void
Update ( System.TimeSpan gameTime ) : void

Private Methods

Méthode Description
GenerateStars ( ) : void

Method Details

DefaultValues() protected méthode

protected DefaultValues ( ) : void
Résultat void

StarsGeneratorBehavior() public méthode

public StarsGeneratorBehavior ( ) : System
Résultat System

Update() protected méthode

protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan
Résultat void