Exemple #1
0
 private static bool TextEditorHandleEvent2(UnityEngine.Event e, TextEditor te)
 {
     if (!UIUnityEvents.LateLoaded.Keyactions.Contains(e))
     {
         return(false);
     }
     UIUnityEvents.Perform(te, (UIUnityEvents.TextEditOp)Convert.ToInt32(UIUnityEvents.LateLoaded.Keyactions[e]));
     return(true);
 }