DX9ToolsR4 - Created by: X

Camera.SetPosition Method (Single, Boolean)

Sets the position of the camera.

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

Parameters

X
Parameter name is self explanitory.
DoUpdate
If DoUpdate is False but the AutoUpdateView property is True, SetPosition will call the UpdateView method.

See Also

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