Class FocusedObjectEventCatcher<T>
Base class for counting events raised on the focused object.
Inheritance
FocusedObjectEventCatcher<T>
Assembly: cs.temp.dll.dll
public abstract class FocusedObjectEventCatcher<T> : MonoBehaviour, IDisposable where T : MonoBehaviour
Type Parameters
Properties
Declaration
public int EventsCompleted { get; protected set; }
Property Value
Declaration
public int EventsStarted { get; protected set; }
Property Value
Methods
Declaration
public static T Create(GameObject gameObject)
Parameters
Type |
Name |
Description |
GameObject |
gameObject |
|
Returns
Declaration
Implements