Click or drag to resize
AB4D logo

TargetPositionCameraSetCameraRotation Method

SetCameraRotation sets the Heading and Attitude. When RotationCenterPosition is set, the camera rotates around RotationCenterPosition which can change Heading, Attitude, TargetPosition and Distance.

Namespace: Ab3d.Cameras
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 12.0.9484.2048
Syntax
C#
public void SetCameraRotation(
	float newHeading,
	float newAttitude
)

Parameters

newHeading  Single
new heading value
newAttitude  Single
new attitude value
See Also