DX9ToolsR4 - Created by: X

Camera.SetLookAt Method (SetVector, Single, Boolean)

Gets / Sets the point that the camera is looking at.

[Visual Basic]
Overloads Public Sub SetLookAt( _
   ByVal What As SetVector, _
   ByVal Value As Single, _
   Optional ByVal DoUpdate As Boolean = False _
)
[C#]
public void SetLookAt(
   SetVector What,
   float Value,
   bool DoUpdate
);

Parameters

What
Used to determin what axis(s) to set.
Value
The value to set the orientation to.
DoUpdate
If True, a call to the UpdateView method is made.

See Also

Camera Class | CBX.Libs.DX9ToolsR4 Namespace | Camera.SetLookAt Overload List