DX9ToolsR4 - Created by: X

Camera.SetOrientation Method (SetVector, Single, Boolean)

Sets the orientation for the camera.

[Visual Basic]
Overloads Public Sub SetOrientation( _
   ByVal What As SetVector, _
   ByVal Value As Single, _
   Optional ByVal DoUpdate As Boolean = False _
)
[C#]
public void SetOrientation(
   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.SetOrientation Overload List