コード例 #1
0
 public List <Component> GetComponents(GameObject gO)
 {
     return(re.GetComponents(gO));
 }
コード例 #2
0
 public List <Component> GetComponents(GameObject gO)
 {
     return(ReflectionExecutor.GetComponents(gO));
 }