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 WorldAnchorAdapter

    Adapter for aligning an object with a WorldAnchor.

    Inheritance
    Object
    WorldAnchorAdapter
    Namespace: Microsoft.MixedReality.WorldLocking.Tools
    Assembly: cs.temp.dll.dll
    Syntax
    public class WorldAnchorAdapter : MonoBehaviour

    Properties

    TargetObject

    The GameObject to be aligned to the WorldAnchor.

    Declaration
    public Transform TargetObject { get; set; }
    Property Value
    Type Description
    Transform

    WorldAnchorObject

    The GameObject holding the WorldAnchor component.

    Declaration
    public GameObject WorldAnchorObject { get; set; }
    Property Value
    Type Description
    GameObject
    In This Article
    Back to top Generated by DocFX