 |
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.CamerasAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 12.0.9484.2048
Syntaxpublic void SetCameraRotation(
float newHeading,
float newAttitude
)
Parameters
- newHeading Single
- new heading value
- newAttitude Single
- new attitude value
See Also