Class InputSimulationIndicators
A row of indicator buttons to control input simulation features.
Namespace: Microsoft.MixedReality.Toolkit.Input
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
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 |