RunningOnUIThread()
Returns true if you're running on UI thread.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEngine.WSA
- Assembly: UnityEngine.CoreModule
public static bool RunningOnUIThread()
Returns
Type | Description |
|---|---|
| bool |
Remarks
More information on UI and application threads can be found here.