The camera class has four SetPosition method overloads.
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);
Camera Class | CBX.Libs.DX9ToolsR4 Namespace