Version: 2017.2

PhotoCaptureFrame.TryGetCameraToWorldMatrix

Cambiar al Manual
public bool TryGetCameraToWorldMatrix (out Matrix4x4 cameraToWorldMatrix);

Parámetros

cameraToWorldMatrix A matrix to be populated by the Camera to world Matrix.

Valor de retorno

bool True if a valid matrix is returned or false otherwise. This will be false if the frame has no location data.

Descripción

This method will return the camera to world matrix at the time the photo was captured if location data if available.

If location data is unavailable then the camera to world matrix will be set to the identity matrix.