Exemplo n.º 1
0
 public static string Poll(Type searchType)
 {
     return(ManagedLeakDetector.Poll(searchType, typeof(UnityEngine.Object)));
 }
Exemplo n.º 2
0
 public static string Poll()
 {
     return(ManagedLeakDetector.Poll(typeof(UnityEngine.Object)));
 }