Search Results for

    Show / Hide Table of Contents

    Class OpenXRAndroidPlatform

    Represents the Android platform associated with 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 list of required OpenXR extensions.

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

    Methods

    CreateInstance(ref XrInstanceCreateInfo)

    Performs all required actions to create an instance...

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

    The instance creation info structure.

    Overrides
    OpenXRRuntimePlatform.CreateInstance(ref XrInstanceCreateInfo)

    Destroy()

    Destroys all resources of this instance.

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

    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