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

    Interface ILocalPeg

    A data blob with enough information to be saved to the cloud and reconstructed from the cloud in a later session or on a different device.

    Namespace: Microsoft.MixedReality.WorldLocking.ASA
    Assembly: cs.temp.dll.dll
    Syntax
    public interface ILocalPeg
    Remarks

    In a better world, this construct would be hidden in the internals of the IPublisher interface. Unfortunately, the IPublisher doesn't know when the best time to create a local peg is, and so has to leave that to the application. See CreateLocalPeg(String, Pose). In general, a local peg will be of better quality if it is created when the tracker is near the local peg's location, and the area has been adequately scanned.

    Properties

    GlobalPose

    The current global pose for the blob.

    Declaration
    Pose GlobalPose { get; }
    Property Value
    Type Description
    Pose

    IsReadyForPublish

    Is there enough information to publish this anchor to the cloud?

    Declaration
    bool IsReadyForPublish { get; }
    Property Value
    Type Description
    Boolean

    Name

    The name for this peg.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    String
    In This Article
    Back to top Generated by DocFX