Class GlobalEventCatcher<T>
Base class for counting global events.
Inheritance
GlobalEventCatcher<T>
Implements
IDisposable
InputSystemGlobalHandlerListener
Assembly: cs.temp.dll.dll
public abstract class GlobalEventCatcher<T> : InputSystemGlobalHandlerListener, IDisposable, InputSystemGlobalHandlerListener where T : MonoBehaviour
Type Parameters
Properties
Declaration
public int EventsCompleted { get; protected set; }
Property Value
Declaration
public int EventsCompleted { get; protected set; }
Property Value
Declaration
public int EventsStarted { get; protected set; }
Property Value
Declaration
public int EventsStarted { get; protected set; }
Property Value
Methods
Declaration
Returns
Declaration
Returns
Declaration
Declaration
Implements
IDisposable
InputSystemGlobalHandlerListener