Search Results for

    Show / Hide Table of Contents

    Class SpatialAnchor

    Spatial mapping observer.

    Inheritance
    object
    SpatialAnchor
    Namespace: Evergine.Framework.XR.SpatialAnchors
    Assembly: Evergine.Framework.dll
    Syntax
    public abstract class SpatialAnchor

    Properties

    Transform

    Gets the transformation of this spatial anchor.

    Declaration
    public abstract Matrix4x4? Transform { get; }
    Property Value
    Type Description
    Matrix4x4?

    Methods

    Destroy()

    Destroys all resources of this instance.

    Declaration
    protected virtual void Destroy()

    Dispose()

    Public implementation of the Dispose pattern callable by consumers.

    Declaration
    public void Dispose()

    Dispose(bool)

    Protected implementation of the Dispose pattern.

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing

    Disposes of native elements.

    ~SpatialAnchor()

    Finalizes an instance of the SpatialAnchor class.

    Declaration
    protected ~SpatialAnchor()

    Extension Methods

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