WLT documentation has moved.

We are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the Core WLT section of the dot net API explorer and related pages. Existing content will remain here but will not be updated further.

Search Results for

    Show / Hide Table of Contents

    Class AnchorManagerARCore

    Inheritance
    Object
    AnchorManager
    AnchorManagerARCore
    Implements
    IAnchorManager
    IDisposable
    Inherited Members
    AnchorManager.MinNewAnchorDistance
    AnchorManager.MaxAnchorEdgeLength
    AnchorManager.MaxLocalAnchors
    AnchorManager.ErrorStatus
    AnchorManager.NumAnchors
    AnchorManager.NumEdges
    AnchorManager.AnchorFromSpongy
    AnchorManager.SpongyAnchors
    AnchorManager.Dispose()
    AnchorManager.Reset()
    AnchorManager.Update()
    AnchorManager.DebugLogExtra(String)
    AnchorManager.DebugLogSetup(String)
    AnchorManager.RemoveSpongyAnchorById(AnchorId)
    AnchorManager.SaveAnchors()
    AnchorManager.SaveAnchors(List<AnchorManager.SpongyAnchorWithId>)
    AnchorManager.LoadAnchors()
    AnchorManager.LoadAnchors(IPlugin, AnchorId, Transform, List<AnchorManager.SpongyAnchorWithId>)
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.MixedReality.WorldLocking.Core
    Assembly: cs.temp.dll.dll
    Syntax
    public class AnchorManagerARCore : AnchorManager, IAnchorManager, IDisposable

    Properties

    SupportsPersistence

    Whether the underlying anchors can be locally persisted and reloaded.

    Declaration
    public override bool SupportsPersistence { get; }
    Property Value
    Type Description
    Boolean
    Overrides
    AnchorManager.SupportsPersistence

    TrackingStartDelayTime

    Declaration
    protected override float TrackingStartDelayTime { get; }
    Property Value
    Type Description
    Single
    Overrides
    AnchorManager.TrackingStartDelayTime

    Methods

    CreateAnchor(AnchorId, Transform, Pose)

    Declaration
    protected override SpongyAnchor CreateAnchor(AnchorId id, Transform parent, Pose initialPose)
    Parameters
    Type Name Description
    AnchorId id
    Transform parent
    Pose initialPose
    Returns
    Type Description
    SpongyAnchor
    Overrides
    AnchorManager.CreateAnchor(AnchorId, Transform, Pose)

    DestroyAnchor(AnchorId, SpongyAnchor)

    Declaration
    protected override SpongyAnchor DestroyAnchor(AnchorId id, SpongyAnchor spongyAnchor)
    Parameters
    Type Name Description
    AnchorId id
    SpongyAnchor spongyAnchor
    Returns
    Type Description
    SpongyAnchor
    Overrides
    AnchorManager.DestroyAnchor(AnchorId, SpongyAnchor)

    IsTracking()

    Declaration
    protected override bool IsTracking()
    Returns
    Type Description
    Boolean
    Overrides
    AnchorManager.IsTracking()

    TryCreate(IPlugin, IHeadPoseTracker)

    Declaration
    public static AnchorManagerARCore TryCreate(IPlugin plugin, IHeadPoseTracker headTracker)
    Parameters
    Type Name Description
    IPlugin plugin
    IHeadPoseTracker headTracker
    Returns
    Type Description
    AnchorManagerARCore

    Implements

    IAnchorManager
    System.IDisposable
    In This Article
    Back to top Generated by DocFX