postUpdate()
This is called automatically before the renderer runs and after the plugins have updated.
In postUpdate this is where all the final physics calculations and object positioning happens.
The objects are processed in the order of the display list.
- Source code: core/Stage.js (Line 173)
Please login to continue.