C# Class DeepSpace.Components.Stars.StarBehavior

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
StarBehavior ( ) : System

Méthodes protégées

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

Method Details

DefaultValues() protected méthode

protected DefaultValues ( ) : void
Résultat void

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

StarBehavior() public méthode

public StarBehavior ( ) : System
Résultat System

Update() protected méthode

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