예제 #1
0
 static void Prefix(GUIContent[] contents)
 {
     foreach (var content in contents)
     {
         IMGUIHooks.FireTextChanged(content);
     }
 }
예제 #2
0
 static void Prefix(GUIContent content)
 {
     IMGUIHooks.FireTextChanged(content);
 }
예제 #3
0
 static void Prefix(GUIContent title)
 {
     IMGUIHooks.FireTextChanged(title);
 }