pixi-batch-renderer
Advanced tools
Comparing version 2.1.1 to 2.1.2
/*! | ||
* pixi-batch-renderer | ||
* Compiled Sat, 18 Apr 2020 19:41:44 UTC | ||
* Compiled Fri, 22 May 2020 21:09:33 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * pixi-batch-renderer is licensed under the MIT License. |
/*! | ||
* pixi-batch-renderer | ||
* Compiled Sat, 18 Apr 2020 19:41:44 UTC | ||
* Compiled Fri, 22 May 2020 21:09:33 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * pixi-batch-renderer is licensed under the MIT License. |
@@ -199,3 +199,3 @@ import * as PIXI_2 from 'pixi.js'; | ||
inBatchIDAttrib?: string; | ||
stateFunction: (renderer: PIXI_2.DisplayObject) => PIXI_2.State; | ||
stateFunction?: (renderer: PIXI_2.DisplayObject) => PIXI_2.State; | ||
shaderFunction: (renderer: BatchRenderer) => PIXI_2.Shader; | ||
@@ -211,3 +211,3 @@ BatchFactoryClass?: typeof BatchGenerator; | ||
attribSet: AttributeRedirect[]; | ||
vertexCountProperty: string | number; | ||
vertexCountProperty?: string | number; | ||
indexProperty: string; | ||
@@ -218,5 +218,4 @@ textureProperty: string; | ||
inBatchIDAttrib?: string; | ||
stateFunction: (brend: PIXI_2.DisplayObject) => any; | ||
stateFunction?: (brend: PIXI_2.DisplayObject) => any; | ||
shaderFunction: (brend: BatchRenderer) => any; | ||
geometryFactory: BatchGeometryFactory; | ||
BatchFactoryClass?: typeof BatchGenerator; | ||
@@ -223,0 +222,0 @@ BatchRendererClass?: typeof BatchRenderer; |
{ | ||
"name": "pixi-batch-renderer", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Batch rendering library for WebGL/PixiJS applications", | ||
@@ -5,0 +5,0 @@ "main": "lib/pixi-batch-renderer.cjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
583658
2875