3using System.Collections;
4using System.Collections.Generic;
67 private bool mInitialized =
false;
91 var children = FindObjectsOfType<ToolGO>();
100 for (
int n = 0; n < children.Length; n++)
109 if (selected == children[n].name)
118 private void ClearScrollRect()
121 pb_ObjectUtility.Destroy(t.gameObject);
124 private bool ValidDir(
string dir)
126 return !
string.IsNullOrEmpty(dir) &&
Directory.Exists(dir);
133 var children = FindObjectsOfType<ToolGO>();
134 foreach (var go
in children)
165 Debug.LogWarning(
"File dialog was dismissed by user but no callback is registered to perform the action!");
UnityEngine.UI.Button Button
static string StripPath(string value)