arcade2d
Type Alias

WorldErrorContext

world/world.types.ts:25

Context handed to the WorldOptions.onError handler whenever a user-supplied component callback throws during the engine's update or teardown.

{ componentKey: string; error: unknown; host: World | WorldObject; phase: WorldErrorPhase }
ESC