Class InteractablePointerSimulator
A way to test button state feedback while in the editor
Namespace: Microsoft.MixedReality.Toolkit.UI
Assembly: cs.temp.dll.dll
Syntax
public class InteractablePointerSimulator : MonoBehaviour
Fields
Button
Declaration
public Interactable Button
Field Value
Type | Description |
---|---|
Interactable |
Clicked
Declaration
public bool Clicked
Field Value
Type | Description |
---|---|
Boolean |
Disabled
Declaration
public bool Disabled
Field Value
Type | Description |
---|---|
Boolean |
Down
Declaration
public bool Down
Field Value
Type | Description |
---|---|
Boolean |
Focus
Declaration
public bool Focus
Field Value
Type | Description |
---|---|
Boolean |