Search Results for

    Show / Hide Table of Contents

    Class XRPassthroughSurfaceMesh

    This class represents the surface mesh used to project the passthrough layer.

    Inheritance
    object
    DisposableObject
    XRPassthroughSurfaceMesh
    OpenXRFBPassthroughSurfaceMesh
    Inherited Members
    DisposableObject.Disposed
    DisposableObject.Dispose()
    DisposableObject.Dispose(bool)
    DisposableObject.Destroy()
    Namespace: Evergine.Framework.XR.Passthrough
    Assembly: Evergine.Framework.dll
    Syntax
    public abstract class XRPassthroughSurfaceMesh : DisposableObject

    Properties

    Mesh

    Gets the projected mesh.

    Declaration
    public abstract Mesh Mesh { get; }
    Property Value
    Type Description
    Mesh

    PassthroughLayer

    Gets the associated passthrough layer.

    Declaration
    public abstract XRPassthroughLayer PassthroughLayer { get; }
    Property Value
    Type Description
    XRPassthroughLayer

    WorldToTrackingSpace

    Gets or sets the transform of the mesh with respect to the tracking space.

    Declaration
    public abstract Matrix4x4 WorldToTrackingSpace { get; set; }
    Property Value
    Type Description
    Matrix4x4

    Extension Methods

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