Example #1
0
 private static FieldInfo GetField(string key)
 {
     return(ReflectionCache.GetField(key, UnityClassType.LogEntry));
 }
Example #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));
 }
Example #4
0
 private static MethodInfo GetMethod(string key)
 {
     return(ReflectionCache.GetMethod(key, UnityClassType.LogEntries));
 }