Gets / Sets the point that the camera is looking at.
Gets / Sets the point that the camera is looking at.
public void SetLookAt(SetVector,float,bool);
Sets the LookAt position for the camera.
public void SetLookAt(float,bool);
Sets the LookAt position for the camera.
public void SetLookAt(float,float,bool);
Sets the LookAt position for the camera.
public void SetLookAt(float,float,float,bool);
Camera Class | CBX.Libs.DX9ToolsR4 Namespace