PIXI.utils.removeItems
removeItems(arr: Array, startIdx: number, removeCount: number) → {void}
Remove items from a javascript array without generating garbage
| Name | Type | Description |
|---|---|---|
| arr | Array<any> |
Array to remove elements from |
| startIdx | number |
starting index |
| removeCount | number |
how many to remove |
| Type | Description |
|---|---|
| void |