UNPKG

@phaserjs/phaser

Version:
7 lines (6 loc) 129 B
import { SetBatchSize } from "./SetBatchSize"; export function BatchSize(size) { return () => { SetBatchSize(size); }; }