arcade2d
Type Alias

WorldErrorPhase

world/world.types.ts:14

Lifecycle phase in which a WorldErrorContext was produced.

  • component-pre-update: a component threw during its onPreUpdate.
  • component-update: a component threw during its onUpdate.
  • component-post-update: a component threw during its onPostUpdate.
  • component-destroy: a component threw during its onDestroy.
'component-pre-update' | 'component-update' | 'component-post-update' | 'component-destroy'
ESC