DX9ToolsR4 - Created by: X

Camera.SetPosition Method

The camera class has four SetPosition method overloads.

Overload List

Sets the position of the camera.

public void SetPosition(SetVector,float,bool);

Sets the position of the camera.

public void SetPosition(float,bool);

Sets the position of the camera.

public void SetPosition(float,float,bool);

Sets the position of the camera.

public void SetPosition(float,float,float,bool);

See Also

Camera Class | CBX.Libs.DX9ToolsR4 Namespace