Example #1
0
 bool IsNGUIWidget(GoItem item)
 {
     return(item.GetComponentInChildren <UIWidget>() != null);
 }