Optional
autoControls whether the animation loop starts automatically after initialization.
Setting this to false
does NOT stop the shared ticker even if sharedTicker
is true
.
You must stop the shared ticker manually if needed.
Optional
sharedControls whether to use the shared global ticker or create a new instance.
The shared ticker is useful when you have multiple instances that should sync their updates. However, it has some limitations regarding update order control.
Update Order:
Application options for the TickerPlugin. These options control the animation loop and update cycle of your PixiJS application.
Example
Remarks
The ticker is the heart of your application's animation system. It:
See