示例#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);
 }