Class SpatialAnchor
Spatial Mapping observer.
Implements
Inherited Members
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()