Logic handling camera following and smooth transitions. Attached automatically to Camera. Access via camera.moxiEntity.getLogic('CameraLogic').
Set false to skip update() calls.
Identifier for getLogic(). Defaults to class name.
Interpolation speed (0-1). Higher = snappier.
Entity to follow. Set to enable tracking.
Called once when scene.init() is invoked. Override for setup.
The PIXI object this logic is attached to
The PIXI renderer
Logic handling camera following and smooth transitions. Attached automatically to Camera. Access via camera.moxiEntity.getLogic('CameraLogic').