Filter on Size
Filter GameObjects by their bounding box's maximal diagonal size.Parameters
| Parameter | Type | Description | 
|---|---|---|
| type | Type | |
| boundingBoxSize (Max size) | Single | Filter GameObjects whose individual bounding box diagonal size is smaller than this value (in Unity unit). | 
| maxRelativeSize | Range | Filter GameObjects whose individual bounding box diagonal size is smaller than the stated percentage of the total input GameObjects bounding box diagonal size. | 
| filterMode | FilterMode | Filter In: Keep filtered GameObjects Filter Out: Remove filtered GameObjects | 
| includeSubhierachy | Boolean | Automatically pass all descendents of any GameObject that matches the filter |