Search Results for

    Show / Hide Table of Contents

    Class SpatialAnchor

    Spatial Mapping observer.

    Inheritance
    object
    SpatialAnchor
    Implements
    IDisposable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.Framework.XR.SpatialAnchors
    Assembly: Evergine.Framework.dll
    Syntax
    public abstract class SpatialAnchor : IDisposable

    Properties

    Transform

    Gets the transform of this spatial anchor.

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

    Methods

    Destroy()

    Destroy all resources of this instance.

    Declaration
    protected virtual void Destroy()

    Dispose()

    Public implementation of Dispose pattern callable by consumers.

    Declaration
    public void Dispose()

    Dispose(bool)

    Protected implementation of Dispose pattern.

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

    Dispose native elements.

    ~SpatialAnchor()

    Finalizes an instance of the SpatialAnchor class.

    Declaration
    protected ~SpatialAnchor()

    Implements

    IDisposable

    Extension Methods

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