Exemple #1
0
 /// <summary>
 /// Returns true if async loading is using the async loading thread
 /// </summary>
 public static bool IsAsyncLoadingMultithreaded()
 {
     return(Native_FGlobals.IsAsyncLoadingMultithreaded());
 }