DX9ToolsR4 - Created by: X

Camera.SetOrientation Method (Single, Boolean)

Sets the orientation for the camera.

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

Parameters

X
The value of the X axis to set.
DoUpdate
If True, a call to the UpdateView method is made.

See Also

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