InvokeOnAppThread(AppCallbackItem, bool)
Executes callback item on application thread.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.WSA
- Assembly: UnityEngine.CoreModule
public static void InvokeOnAppThread(AppCallbackItem item, bool waitUntilDone)
Parameters
Remarks
More information on UI and application threads can be found here.