Beispiel #1
0
 public static List <GameObject> GetGameObjectsWithPropertyType(string propertyType, bool caseSensitive, bool includeInactive, bool matchWholeWord)
 {
     return(GetGameObjectsWithPropertyTypes(ReflectionHelper.GetTypesByName(propertyType, caseSensitive, matchWholeWord), includeInactive));
 }