clearBeforeRender : boolean
Clear the Canvas each frame before rendering the display list.
You can set this to false
to gain some performance if your game always contains a background that completely fills the display.
- Default Value
- true
- Source code: core/Game.js (Line 116)
Please login to continue.