Set false to skip update() calls.
OptionalnameIdentifier for getLogic(). Defaults to class name.
Called once when scene.init() is invoked. Override for setup.
The PIXI object this logic is attached to
The PIXI renderer
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)
Base class for entity behavior. Extend to add custom logic.
Example