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