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

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

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