C# Class WaveEngine.Components.Graphics3D.Spinner

Spins a model around an imaginary axis.
Inheritance: Behavior
Afficher le fichier Open project: WaveEngine/Components Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Spinner ( ) : System

Initializes a new instance of the Spinner class.

Méthodes protégées

Méthode Description
DefaultValues ( ) : void

Default values

Update ( System.TimeSpan gameTime ) : void

Updates the transform of the model so it rotates along the defined axis.

Method Details

DefaultValues() protected méthode

Default values
protected DefaultValues ( ) : void
Résultat void

Spinner() public méthode

Initializes a new instance of the Spinner class.
public Spinner ( ) : System
Résultat System

Update() protected méthode

Updates the transform of the model so it rotates along the defined axis.
protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan The game time.
Résultat void