mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class InputSimulationIndicators

    A row of indicator buttons to control input simulation features.

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

    Fields

    iconHandActiveLeft

    Icon for left hand when under user control.

    Declaration
    public Sprite iconHandActiveLeft
    Field Value
    Type Description
    Sprite

    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

    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

    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

    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

    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

    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

    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

    imageHandRight

    Component displaying the right hand icon.

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

    Implements

    MonoBehaviour
    In This Article
    • Fields
      • iconHandActiveLeft
      • iconHandActiveLeft
      • iconHandActiveRight
      • iconHandActiveRight
      • iconHandIdleLeft
      • iconHandIdleLeft
      • iconHandIdleRight
      • iconHandIdleRight
      • iconHandUntrackedLeft
      • iconHandUntrackedLeft
      • iconHandUntrackedRight
      • iconHandUntrackedRight
      • imageHandLeft
      • imageHandLeft
      • imageHandRight
      • imageHandRight
    • Implements
    Back to top Generated by DocFX