Search Results for

    Show / Hide Table of Contents

    Class OpenXRAndroidPlatform

    Represent the Android platform associated to OpenXR.

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

    Constructors

    OpenXRAndroidPlatform(OpenXRPlatform)

    Initializes a new instance of the OpenXRAndroidPlatform class.

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

    The openxr platform.

    Properties

    RequiredOpenXRExtensions

    Gets the required OpenXR extension list.

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

    Methods

    CreateInstance(ref XrInstanceCreateInfo)

    Perform all required actions to create an instance...

    Declaration
    public override void CreateInstance(ref XrInstanceCreateInfo instanceCreateInfo)
    Parameters
    Type Name Description
    XrInstanceCreateInfo instanceCreateInfo

    The create instance info structure.

    Overrides
    OpenXRRuntimePlatform.CreateInstance(ref XrInstanceCreateInfo)

    Destroy()

    Destroy all resources of this instance.

    Declaration
    protected override void Destroy()
    Overrides
    OpenXRRuntimePlatform.Destroy()

    Initialize()

    Initialize 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