Class OpenXRDisplay
OpenXR display.
Inherited Members
Namespace: Evergine.OpenXR
Assembly: Evergine.OpenXR.dll
Syntax
public class OpenXRDisplay : Display
Constructors
OpenXRDisplay(OpenXRPlatform, Surface)
Initializes a new instance of the OpenXRDisplay class.
Declaration
public OpenXRDisplay(OpenXRPlatform openXR, Surface surface)
Parameters
Type | Name | Description |
---|---|---|
OpenXRPlatform | openXR | The OpenXR platform. |
Surface | surface | The attached surface. |
Methods
BeforePresent()
Method executed in a step before the presentation of the display.
Declaration
public override void BeforePresent()
Overrides
Present()
Presents a rendered image to the user.
Declaration
public override void Present()