CameraContext.GetTransform

Method in CameraContext

Declaration

public void GetTransform(out Vector3 position, out Quaternion rotation)

Description

Calculates the camera position and rotation from the context values.

Parameters

positionThe output position of the camera.
rotationThe output rotation of the camera.