DX9ToolsR4 - Created by: X

Camera.LookAt Property

Gets / Sets the cameras LookAt position.

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

Remarks

The LookAt position property represents the point in 3D space that the camera is looking at.

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

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

See Also

Camera Class | CBX.Libs.DX9ToolsR4 Namespace