C# Класс WaveEngine.Components.Cameras.FreeCamera3DBehavior

Наследование: Behavior
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
HandleInput void
UpdateCameraPosition void
UpdateOrientation void

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

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

Initializes a new instance of the FreeCamera3DBehavior class.

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

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

Performs further custom initialization for this instance.

By default this method does nothing.

Update ( System.TimeSpan gameTime ) : void

Updates the camera position.

Приватные методы

Метод Описание
HandleInput ( float amount ) : void

The handle input.

UpdateCameraPosition ( float amount ) : void

The update camera position.

UpdateOrientation ( float yaw, float pitch ) : void

Update camera orientation

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

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

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

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

Performs further custom initialization for this instance.
By default this method does nothing.
protected Initialize ( ) : void
Результат void

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

Updates the camera position.
protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan /// The elapsed game time. ///
Результат void