AbstractSet false to skip update() calls.
OptionalnameIdentifier for getLogic(). Defaults to class name.
Called once when scene.init() is invoked. Override for setup.
Optionalentity: TThe 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.
Optionalentity: TThe PIXI object this logic is attached to
OptionaldeltaTime: numberTime since last frame in frames (1 = 1/60s at 60fps)
Base class for entity behavior. Extend to add custom logic.
Example