Search Results for

    Show / Hide Table of Contents

    Class OpenXRPassthrough

    OpenXR implementation of the passthrough feature.

    Inheritance
    object
    DisposableObject
    XRPassthrough
    OpenXRPassthrough
    OpenXRFBPassthrough
    Inherited Members
    XRPassthrough.IsColorSupported
    XRPassthrough.IsSurfaceMeshSupported
    XRPassthrough.CreatePassthroughLayer()
    XRPassthrough.StartPassthrough()
    XRPassthrough.PausePassthrough()
    XRPassthrough.CreateSurfaceMesh(Mesh, Matrix4x4)
    DisposableObject.Disposed
    DisposableObject.Dispose()
    DisposableObject.Dispose(bool)
    DisposableObject.Destroy()
    Namespace: Evergine.OpenXR.Passthrough
    Assembly: Evergine.OpenXR.dll
    Syntax
    public abstract class OpenXRPassthrough : XRPassthrough

    Methods

    Initialize()

    Initializes the Passthrough.

    Declaration
    public abstract void Initialize()

    Update(long)

    Updates the passthrough.

    Declaration
    public abstract void Update(long predictedDisplayTime)
    Parameters
    Type Name Description
    long predictedDisplayTime

    The predicted display time.

    Extension Methods

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