C# Класс OVRDisplay.LatencyData, cs-mini-modbot-simulation

Contains latency measurements for a single frame of rendering.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
postPresent float
render float
renderError float
timeWarp float
timeWarpError float

Описание свойств

postPresent публичное свойство

The time between the end of TimeWarp and scan-out in seconds.
public float postPresent
Результат float

render публичное свойство

The time it took to render both eyes in seconds.
public float render
Результат float

renderError публичное свойство

public float renderError
Результат float

timeWarp публичное свойство

The time it took to perform TimeWarp in seconds.
public float timeWarp
Результат float

timeWarpError публичное свойство

public float timeWarpError
Результат float