Set false to skip update() calls.
Identifier for getLogic(). Defaults to class name.
Called once when scene.init() is invoked. Override for setup.
Optionalentity: ParallaxBackgroundThe PIXI object this logic is attached to
Optionalrenderer: Renderer<HTMLCanvasElement>The PIXI renderer
Additional arguments passed to scene.init()
Called every frame while active. Override for behavior.
The PIXI object this logic is attached to
Time since last frame in frames (1 = 1/60s at 60fps)
Logic component that updates the parallax background based on camera movement and autoscroll.