phaser/plugins/spine/src/container
2020-10-16 14:11:56 +01:00
..
SpineContainer.js Updated docs and Creator param 2020-08-26 00:00:00 +01:00
SpineContainerCanvasRenderer.js Removed interpolationPercentage parameter 2020-10-16 14:11:34 +01:00
SpineContainerRender.js SpineContainer is a new Game Object available via this.add.spinecontainer to which you can add Spine Game Objects only. It uses a special rendering function to retain batching, even across multiple container or Spine Game Object instances, resulting in dramatically improved performance over using regular Containers. Fix #5174 2020-08-25 18:27:55 +01:00
SpineContainerWebGLRenderer.js We can just pass off to the existing render function. Yay! 2020-10-16 14:11:56 +01:00