releases/2.5.4mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0releases/2.4.0releases/2.5.0releases/2.5.1releases/2.5.2releases/2.5.3

We've moved!

Starting from MRTK 2.6, 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 MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

    Show / Hide Table of Contents

    Class InputSimulationIndicators

    A row of indicator buttons to control input simulation features.

    Inheritance
    Object
    InputSimulationIndicators
    Namespace: Microsoft.MixedReality.Toolkit.Input
    Assembly: cs.temp.dll.dll
    Syntax
    public class InputSimulationIndicators : MonoBehaviour

    Fields

    iconHandActiveLeft

    Icon for left hand when under user control.

    Declaration
    public Sprite iconHandActiveLeft
    Field Value
    Type Description
    Sprite

    iconHandActiveRight

    Icon for right hand when under user control.

    Declaration
    public Sprite iconHandActiveRight
    Field Value
    Type Description
    Sprite

    iconHandIdleLeft

    Icon for left hand when visible but not actively controlled.

    Declaration
    public Sprite iconHandIdleLeft
    Field Value
    Type Description
    Sprite

    iconHandIdleRight

    Icon for right hand when visible but not actively controlled.

    Declaration
    public Sprite iconHandIdleRight
    Field Value
    Type Description
    Sprite

    iconHandUntrackedLeft

    Icon for left hand when untracked.

    Declaration
    public Sprite iconHandUntrackedLeft
    Field Value
    Type Description
    Sprite

    iconHandUntrackedRight

    Icon for right hand when untracked.

    Declaration
    public Sprite iconHandUntrackedRight
    Field Value
    Type Description
    Sprite

    imageHandLeft

    Component displaying the left hand icon.

    Declaration
    public UnityEngine.UI.Image imageHandLeft
    Field Value
    Type Description
    UnityEngine.UI.Image

    imageHandRight

    Component displaying the right hand icon.

    Declaration
    public UnityEngine.UI.Image imageHandRight
    Field Value
    Type Description
    UnityEngine.UI.Image
    In This Article
    • Fields
      • iconHandActiveLeft
      • iconHandActiveRight
      • iconHandIdleLeft
      • iconHandIdleRight
      • iconHandUntrackedLeft
      • iconHandUntrackedRight
      • imageHandLeft
      • imageHandRight
    Back to top Generated by DocFX