The (symmetric) visible area in front of a sensor.
This example uses the global
OVRTracker instance on the
OVRManager to query for the sensor's frustum and then logs the sensor's visible area:
var frustum = OVRManager.tracker.GetFrustum();
Debug.Log($"Frustum has near plane={frustum.nearZ} and far plane={frustum.farZ}");