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
| position | The output position of the camera. |
| rotation | The output rotation of the camera. |