SpongyAnchor Class

Definition

Wrapper class for Unity spatial anchors, facilitating creation and persistence.

public abstract class SpongyAnchor : UnityEngine.MonoBehaviour
type SpongyAnchor = class
    inherit MonoBehaviour
Public MustInherit Class SpongyAnchor
Inherits MonoBehaviour
Inheritance
UnityEngine.MonoBehaviour
SpongyAnchor
Derived

Constructors

SpongyAnchor()

Properties

Delta

Diagnostic only - to be removed.

IsLocated

Returns true if the anchor is reliably located. False might mean loss of tracking or not fully initialized.

IsSaved

Whether the underlying spatial anchor is known to be in the local anchor store.

SpongyPose

Return the anchor's pose in spongy space.

Applies to