mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class InteractablePointerSimulator

    A way to test button state feedback while in the editor

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

    Fields

    Button

    Declaration
    public Interactable Button
    Field Value
    Type Description
    Interactable

    Button

    Declaration
    public Interactable Button
    Field Value
    Type Description
    Interactable

    Clicked

    Declaration
    public bool Clicked
    Field Value
    Type Description
    Boolean

    Clicked

    Declaration
    public bool Clicked
    Field Value
    Type Description
    Boolean

    Disabled

    Declaration
    public bool Disabled
    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

    Down

    Declaration
    public bool Down
    Field Value
    Type Description
    Boolean

    Focus

    Declaration
    public bool Focus
    Field Value
    Type Description
    Boolean

    Focus

    Declaration
    public bool Focus
    Field Value
    Type Description
    Boolean

    Implements

    MonoBehaviour
    In This Article
    • Fields
      • Button
      • Button
      • Clicked
      • Clicked
      • Disabled
      • Disabled
      • Down
      • Down
      • Focus
      • Focus
    • Implements
    Back to top Generated by DocFX