Search Results for

    Show / Hide Table of Contents

    Class OpenXRWindowsPlatform

    Represents the Windows platform associated with OpenXR.

    Inheritance
    object
    DisposableObject
    OpenXRRuntimePlatform
    OpenXRWindowsPlatform
    Inherited Members
    OpenXRRuntimePlatform.OpenXRPlatform
    OpenXRRuntimePlatform.GraphicsContext
    OpenXRRuntimePlatform.Destroy()
    OpenXRRuntimePlatform.CreateInstance(ref XrInstanceCreateInfo)
    DisposableObject.Disposed
    DisposableObject.Dispose()
    DisposableObject.Dispose(bool)
    Namespace: Evergine.OpenXR.GraphicBackends
    Assembly: Evergine.OpenXR.dll
    Syntax
    public class OpenXRWindowsPlatform : OpenXRRuntimePlatform

    Constructors

    OpenXRWindowsPlatform(OpenXRPlatform)

    Initializes a new instance of the OpenXRWindowsPlatform class.

    Declaration
    public OpenXRWindowsPlatform(OpenXRPlatform openXRPlatform)
    Parameters
    Type Name Description
    OpenXRPlatform openXRPlatform

    The OpenXR platform.

    Properties

    RequiredOpenXRExtensions

    Gets the list of required OpenXR extensions.

    Declaration
    public override List<string> RequiredOpenXRExtensions { get; }
    Property Value
    Type Description
    List<string>
    Overrides
    OpenXRRuntimePlatform.RequiredOpenXRExtensions

    Methods

    Initialize()

    Initializes the platform.

    Declaration
    public override void Initialize()
    Overrides
    OpenXRRuntimePlatform.Initialize()

    Extension Methods

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