Esempio n. 1
0
 //IFindRootExtend
 public static Transform Find(this IFindScnRoot fc)
 {
     return(GOTool.GetOrAddTransScnRoot(fc.findName));
 }
Esempio n. 2
0
 public static Transform Find(this IFind fc)
 {
     return(GOTool.GetOrAddTrans(fc.transform, fc.findName));
 }