Class UnityButtonEventCatcher
Base class for counting Unity button events.
Inheritance
UnityButtonEventCatcher
Assembly: cs.temp.dll.dll
public class UnityButtonEventCatcher : IDisposable, IDisposable
Constructors
Declaration
public UnityButtonEventCatcher(Button button)
Parameters
Type |
Name |
Description |
Button |
button |
|
Declaration
public UnityButtonEventCatcher(Button button)
Parameters
Type |
Name |
Description |
Button |
button |
|
Properties
Declaration
public int Click { get; protected set; }
Property Value
Declaration
public int Click { get; protected set; }
Property Value
Methods
Declaration
Declaration
Implements
IDisposable