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

    WorldLockingManager

    The World Locking Tools for Unity is managed by the WorldLockingManager. There is only one WorldLockingManager in an application.

    The manager may be configured by setting of properties in the Unity editor's inspector, or at runtime. See WorldLockingContext.

    In addition to managing user options, the WorldLockingManager provides access to three interfaces:

    • IAnchorManager - Build and maintain the network of spatial anchors used as input to the Frozen World engine, feeding them into the engine every frame.
    • IFragmentManager - Maintain grouping of attachment points into fragments, effecting refit operations.
    • IAttachmentPointManager - Creating, releasing, and moving attachment points.
    • IAlignmentManager - Specifying alignment of World Locked Space with physical space.

    These are described in detail in subsequent sections.

    See also

    • IAnchorManager
    • IFragmentManager
    • IAttachmentPointManager
    • IAlignmentManager

    And in API reference:

    • WorldLockingManager
    • IAnchorManager
    • IFragmentManager
    • IAttachmentPointManager
    • IAlignmentManager
    • Improve this Doc
    In This Article
    Back to top Generated by DocFX