updateTransform()
Updates the transforms for all objects on the display list.
This overrides the Pixi default as we don't need the interactionManager, but do need the game property check.
- Source code: core/Stage.js (Line 204)
updateTransform()
Updates the transforms for all objects on the display list.
This overrides the Pixi default as we don't need the interactionManager, but do need the game property check.
Please login to continue.