This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy

Unity 1.36 Reference Guide

OVRDisplay::LatencyData Struct Reference

Contains latency measurements for a single frame of rendering.

Data Fields

float
render ( )
The time it took to render both eyes in seconds.
float
The time it took to perform TimeWarp in seconds.
float
The time between the end of TimeWarp and scan-out in seconds.
float
float

Field Documentation

float OVRDisplay.LatencyData.render ( )
The time it took to render both eyes in seconds.
float OVRDisplay.LatencyData.timeWarp ( )
The time it took to perform TimeWarp in seconds.
float OVRDisplay.LatencyData.postPresent ( )
The time between the end of TimeWarp and scan-out in seconds.
float OVRDisplay.LatencyData.renderError ( )
float OVRDisplay.LatencyData.timeWarpError ( )
The documentation for this struct was generated from the following file: Oculus/VR/Scripts/OVRDisplay.cs