SpongyAnchor Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.MonoBehaviourSpongyAnchor
- 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. |