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

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

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

Метод Описание
FixedCamera3D ( string name, System.Vector3 position, System.Vector3 lookAt ) : System

Initializes a new instance of the FixedCamera3D class.

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

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

Initializes a new instance of the FixedCamera3D class.
public FixedCamera3D ( string name, System.Vector3 position, System.Vector3 lookAt ) : System
name string The name.
position System.Vector3 The position.
lookAt System.Vector3 The look at.
Результат System