mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class UnityButtonEventCatcher

    Base class for counting Unity button events.

    Inheritance
    Object
    UnityButtonEventCatcher
    Implements
    IDisposable
    Namespace: Microsoft.MixedReality.Toolkit.Tests
    Assembly: cs.temp.dll.dll
    Syntax
    public class UnityButtonEventCatcher : IDisposable, IDisposable

    Constructors

    UnityButtonEventCatcher(Button)

    Declaration
    public UnityButtonEventCatcher(Button button)
    Parameters
    Type Name Description
    Button button

    UnityButtonEventCatcher(Button)

    Declaration
    public UnityButtonEventCatcher(Button button)
    Parameters
    Type Name Description
    Button button

    Properties

    Click

    Declaration
    public int Click { get; protected set; }
    Property Value
    Type Description
    Int32

    Click

    Declaration
    public int Click { get; protected set; }
    Property Value
    Type Description
    Int32

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Dispose()

    Declaration
    public void Dispose()

    Implements

    IDisposable
    In This Article
    • Constructors
      • UnityButtonEventCatcher(Button)
      • UnityButtonEventCatcher(Button)
    • Properties
      • Click
      • Click
    • Methods
      • Dispose()
      • Dispose()
    • Implements
    Back to top Generated by DocFX