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 InteractablePointerSimulator

    A way to test button state feedback while in the editor

    Inheritance
    Object
    InteractablePointerSimulator
    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
    Back to top Generated by DocFX