コード例 #1
0
 public static IEnumerable <Component> FindIllegalComponents(GameObject target)
 {
     return(ValidationUtils.FindIllegalComponents(target, GetWhitelistForSDK(target)));
 }