Search Results for

    Show / Hide Table of Contents

    Class OpenXRDisplay

    OpenXR display.

    Inheritance
    object
    DisposableObject
    Display
    OpenXRDisplay
    Inherited Members
    Display.SwapChain
    Display.FrameBuffer
    Display.isStereo
    Display.Surface
    Display.IsStereo
    Display.HasFocus
    Display.Width
    Display.Height
    Display.DisplaySizeChanged
    Display.SurfaceInfoChanged
    Display.DisplayFrameBufferChanged
    Display.DisplayDisposed
    Display.IsVisible
    Display.KeyboardDispatcher
    Display.MouseDispatcher
    Display.TouchDispatcher
    Display.UpdateFrameBuffer(FrameBuffer)
    Display.InitFrame()
    Display.Prepare()
    Display.Destroy()
    Display.DispatchInputEvents()
    DisposableObject.Disposed
    DisposableObject.Dispose()
    DisposableObject.Dispose(bool)
    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
    Display.BeforePresent()

    Present()

    Presents a rendered image to the user.

    Declaration
    public override void Present()
    Overrides
    Display.Present()

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX