コード例 #1
0
 private static MethodInfo GetMethod(string key)
 {
     return(ReflectionCache.GetMethod(key, UnityClassType.ConsoleWindow));
 }
コード例 #2
0
 private static MethodInfo GetMethod(string key)
 {
     return(ReflectionCache.GetMethod(key, UnityClassType.InternalEditorUtility));
 }
コード例 #3
0
 private static MethodInfo GetMethod(string key)
 {
     return(ReflectionCache.GetMethod(key, UnityClassType.LogEntries));
 }