Example #1
0
 public static void CollectGarbage(bool managedOnly)
 {
     if (managedOnly)
     {
         Native_GCHelper.CollectGarbage();
     }
     else
     {
         UObject.CollectGarbage();
     }
 }