Esempio n. 1
0
 private static FieldInfo GetField(string key)
 {
     return(ReflectionCache.GetField(key, UnityClassType.LogEntry));
 }
Esempio n. 2
0
 private static MethodInfo GetMethod(string key)
 {
     return(ReflectionCache.GetMethod(key, UnityClassType.ConsoleWindow));
 }
 private static MethodInfo GetMethod(string key)
 {
     return(ReflectionCache.GetMethod(key, UnityClassType.InternalEditorUtility));
 }
Esempio n. 4
0
 private static MethodInfo GetMethod(string key)
 {
     return(ReflectionCache.GetMethod(key, UnityClassType.LogEntries));
 }