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
    Implements
    IDisposable
    Inherited Members
    DisposableObject.Disposed
    DisposableObject.Dispose()
    DisposableObject.Dispose(bool)
    DisposableObject.Destroy()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.Framework.XR.Passthrough
    Assembly: Evergine.Framework.dll
    Syntax
    public abstract class XRPassthroughSurfaceMesh : DisposableObject, IDisposable

    Properties

    Mesh

    Gets the projeced mesh.

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

    PassthroughLayer

    Gets the associated passtrhrough layer.

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

    WorldToTrackingSpace

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

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

    Implements

    IDisposable

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX