UNPKG

@pixi/core

Version:
21 lines (17 loc) 402 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); class BatchTextureArray { constructor() { this.elements = []; this.ids = []; this.count = 0; } clear() { for (let i = 0; i < this.count; i++) { this.elements[i] = null; } this.count = 0; } } exports.BatchTextureArray = BatchTextureArray; //# sourceMappingURL=BatchTextureArray.js.map