Whether the playback speed of the createjs instance managed by this container can exceed 1.
If the playback speed exceeds 1, more than 2 frames may progress in one process, but this may result in unexpected behavior depending on the frame script.
Whether the playback speed of the createjs instance managed by this container can exceed 1.
If the playback speed exceeds 1, more than 2 frames may progress in one process, but this may result in unexpected behavior depending on the frame script.
The playback speed multiplier for the createjs instance managed by this container.
This value multiplied by delta time determines the playback speed.
The playback speed multiplier for the createjs instance managed by this container.
This value multiplied by delta time determines the playback speed.
Add a createjs instance as a child.
Add a createjs instance as a child to the specified hierarchy.
Executes the registered task. This function is called automatically by Pixim.js every frame, so there is usually no need to execute this function separately.
inherited Pixim.Container