@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
20 lines • 418 B
TypeScript
export class RuntimeDrawMethodOptimizer {
/**
*
* @type {ShadedGeometrySystem|null}
* @private
*/
private __system;
/**
*
* @type {Generator<number>}
* @private
*/
private __entity_iterator;
/**
*
* @returns {boolean} true if a change was made, false otherwise
*/
step(): boolean;
}
//# sourceMappingURL=RuntimeDrawMethodOptimizer.d.ts.map