GetEventCount()
Returns the current number of events that are stored in the event queue.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.UICommonModule
public static int GetEventCount()
Returns
Type | Description |
|---|---|
| int | Current number of events currently in the event queue. |