C# Класс WaveEngine.Components.Graphics3D.Spinner

Spins a model around an imaginary axis.
Наследование: Behavior
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Spinner ( ) : System

Initializes a new instance of the Spinner class.

Защищенные методы

Метод Описание
DefaultValues ( ) : void

Default values

Update ( System.TimeSpan gameTime ) : void

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

Описание методов

DefaultValues() защищенный Метод

Default values
protected DefaultValues ( ) : void
Результат void

Spinner() публичный Метод

Initializes a new instance of the Spinner class.
public Spinner ( ) : System
Результат System

Update() защищенный Метод

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.
Результат void