C# Class WaveEngine.Components.Graphics3D.Spinner

Spins a model around an imaginary axis.
Inheritance: Behavior
显示文件 Open project: WaveEngine/Components Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Spinner ( ) : System

Initializes a new instance of the Spinner class.

Protected Methods

Method 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 method

Default values
protected DefaultValues ( ) : void
return void

Spinner() public method

Initializes a new instance of the Spinner class.
public Spinner ( ) : System
return System

Update() protected method

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.
return void