Set false to skip update() calls.
Identifier for getLogic(). Defaults to class name.
Check current visibility.
Called once when scene.init() is invoked. Override for setup.
The PIXI object this logic is attached to
Optionalrenderer: RendererThe PIXI renderer
Show or hide debug visualization.
Toggle visibility.
Called every frame while active. Override for behavior.
The PIXI object this logic is attached to
OptionaldeltaTime: numberTime since last frame in frames (1 = 1/60s at 60fps)
Renders physics collision shapes, velocities, AABBs for debugging.
Example