Centers the camera.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public void CenterAt(
	Vector3 point,
	float yaw,
	float pitch,
	bool resetDistance
)

Parameters

point
Type: Vector3
Center midpoint coordinates.
yaw
Type: System..::.Single
New YawAngle value.
pitch
Type: System..::.Single
New PitchAngle value.
resetDistance
Type: System..::.Boolean
Determines whether the original camera distance from the center will be restored.

See Also