UNPKG

starling-framework

Version:

A fast, productive library for 2D cross-platform development.

10 lines 263 B
import MeshBatch from "../display/MeshBatch"; declare namespace starling.rendering { export class BatchPool { constructor(); purge(): void; get(styleType: any): MeshBatch; put(meshBatch: MeshBatch): void; } } export default starling.rendering.BatchPool;