C# 클래스 WaveEngine.Components.Cameras.ViewCamera3D

상속: FixedCamera3D
파일 보기 프로젝트 열기: WaveEngine/Components

공개 메소드들

메소드 설명
ViewCamera3D ( string name, System.Vector3 position, System.Vector3 lookAt ) : System

Initializes a new instance of the ViewCamera3D class.

메소드 상세

ViewCamera3D() 공개 메소드

Initializes a new instance of the ViewCamera3D class.
public ViewCamera3D ( 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