LogoPixi’VN
pixi-jsFunctions

Function: removeItems()

> removeItems(arr, startIdx, removeCount): void

Defined in: node_modules/pixi.js/lib/utils/data/removeItems.d.ts:10

Function Internal

Remove items from a javascript array without generating garbage removeItems

Parameters

arr

any[]

Array to remove elements from

startIdx

number

starting index

removeCount

number

how many to remove

Returns

void