DX9ToolsR4 - Created by: X

Camera.Orientation Property

Gets / Sets the cameras Orientation.

[Visual Basic]
Public Property Orientation As Vector3
[C#]
public Microsoft.DirectX.Vector3 Orientation {get; set;}

Remarks

The Orientation property represents a direction in 3D space that the camera is oriented towards.

The Camera class stores a private DirectX.Vector3 varible for storing the cameras orientation.

If the AutoUpdateView property is True a call to the UpdateView method is made automatically.

See Also

Camera Class | CBX.Libs.DX9ToolsR4 Namespace