UNPKG

@pixi/core

Version:
20 lines (15 loc) 407 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var constants = require('@pixi/constants'); class BatchDrawCall { constructor() { this.texArray = null; this.blend = 0; this.type = constants.DRAW_MODES.TRIANGLES; this.start = 0; this.size = 0; this.data = null; } } exports.BatchDrawCall = BatchDrawCall; //# sourceMappingURL=BatchDrawCall.js.map