Files
il/resources/public/js/cljs-runtime/module$node_modules$pixi_DOT_js$lib$scene$container$utils$collectAllRenderables.js
2026-07-01 22:38:29 -06:00

11 lines
691 B
JavaScript

shadow$provide.module$node_modules$pixi_DOT_js$lib$scene$container$utils$collectAllRenderables = function(global, require, module, exports) {
var deprecation = require("module$node_modules$pixi_DOT_js$lib$utils$logging$deprecation");
"use strict";
exports.collectAllRenderables = function(container, instructionSet, rendererOrPipes) {
deprecation.deprecation("8.7.0", "Please use container.collectRenderables instead.");
return container.collectRenderables(instructionSet, rendererOrPipes.renderPipes ? rendererOrPipes : rendererOrPipes.batch.renderer, null);
};
};
//# sourceMappingURL=module$node_modules$pixi_DOT_js$lib$scene$container$utils$collectAllRenderables.js.map