Class OpenXRPassthrough
OpenXR implementation of the passthrough feature.
Inherited Members
Namespace: Evergine.OpenXR.Passthrough
Assembly: Evergine.OpenXR.dll
Syntax
public abstract class OpenXRPassthrough : XRPassthrough
Methods
Initialize()
Initializes the Passthrough.
Declaration
public abstract void Initialize()
Update(long)
Updates the passthrough.
Declaration
public abstract void Update(long predictedDisplayTime)
Parameters
| Type | Name | Description |
|---|---|---|
| long | predictedDisplayTime | The predicted display time. |