DX9ToolsR4 - Created by: X

Camera.SetLookAt Method

Gets / Sets the point that the camera is looking at.

Overload List

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);

See Also

Camera Class | CBX.Libs.DX9ToolsR4 Namespace