mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Interface ILostTrackingVisual

    Interface for a lost tracking visual. Used by the ILostTrackingService extension.

    Namespace: Microsoft.MixedReality.Toolkit.Extensions.Tracking
    Assembly: cs.temp.dll.dll
    Syntax
    public interface ILostTrackingVisual

    Properties

    Enabled

    Completely enables or disables the visual. Should probably be linked to the root game object's active value.

    Declaration
    bool Enabled { get; set; }
    Property Value
    Type Description
    Boolean

    Enabled

    Completely enables or disables the visual. Should probably be linked to the root game object's active value.

    Declaration
    bool Enabled { get; set; }
    Property Value
    Type Description
    Boolean

    Methods

    ResetVisual()

    Resets the visual state to default.

    Declaration
    void ResetVisual()

    ResetVisual()

    Resets the visual state to default.

    Declaration
    void ResetVisual()

    SetLayer(Int32)

    Sets all visual components to the layer provided.

    Declaration
    void SetLayer(int layer)
    Parameters
    Type Name Description
    Int32 layer

    The layer to set for the visual components.

    SetLayer(Int32)

    Sets all visual components to the layer provided.

    Declaration
    void SetLayer(int layer)
    Parameters
    Type Name Description
    Int32 layer

    The layer to set for the visual components.

    In This Article
    • Properties
      • Enabled
      • Enabled
    • Methods
      • ResetVisual()
      • ResetVisual()
      • SetLayer(Int32)
      • SetLayer(Int32)
    Back to top Generated by DocFX