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 FrozenAnchorVisual

    Component for controlling color and ID text of anchor visualizations.

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

    The text will be set to the AnchorID. The color will be kept in sync with the parent frame.

    Methods

    Instantiate(String, FrameVisual)

    Create an instance of a frame visualizer

    Declaration
    public FrozenAnchorVisual Instantiate(string name, FrameVisual parent)
    Parameters
    Type Name Description
    String name

    The name of the anchor to be displayed

    FrameVisual parent

    The frame visualization object that defines the color of this anchor

    Returns
    Type Description
    FrozenAnchorVisual
    In This Article
    Back to top Generated by DocFX