UnityEngine.WSA.Application.TryInvokeOnUIThread C# (CSharp) Method

TryInvokeOnUIThread() private method

private TryInvokeOnUIThread ( AppCallbackItem item, bool waitUntilDone ) : bool
item AppCallbackItem
waitUntilDone bool
return bool
        public static bool TryInvokeOnUIThread(AppCallbackItem item, bool waitUntilDone)
        {
            item();
            return true;
        }