phaser/src/gameobjects/rendertexture
2018-08-03 01:29:18 +01:00
..
RenderTexture.js Merged all the functions into the single class and tidied up the naming. 2018-08-02 14:58:09 +01:00
RenderTextureCanvasRenderer.js The Blend Mode is now set directly in all Canvas Renderers without comparing it to what's stored in the Canvas Renderer. This fixes problems where the blend mode would be lost between two different Game Objects because they restored the context, but didn't update the renderer flag. Game Objects in Canvas can now mix and match blend modes across the display list. 2018-08-03 01:29:18 +01:00
RenderTextureCreator.js Documented the DisplayList and UpdateList plugins, and the BuildGameObject function. 2018-06-01 11:36:12 +01:00
RenderTextureFactory.js Added jsdocs 2018-03-05 02:24:47 +00:00
RenderTextureRender.js Updated to use typeof DefinePlugin check. 2018-04-20 00:23:24 +01:00
RenderTextureWebGLRenderer.js Blank the texture after drawing 2018-08-01 18:01:54 +01:00