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. |