loadRender()
loadRender is called during the Loader process. This only happens if you've set one or more assets to load in the preload method.
The difference between loadRender and render is that any objects you render in this method you must be sure their assets exist.
- Source code: core/State.js (Line 143)
Please login to continue.