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