DX9ToolsR4 - Created by: X

Camera.Position Property

Gets / Sets the cameras Position.

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

Remarks

The Position property represents the point in 3D space that the camera is positioned at.

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

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

See Also

Camera Class | CBX.Libs.DX9ToolsR4 Namespace