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