Pixi’VN
indexFunctions

Function: registerGameWorkerHandler()

> registerGameWorkerHandler(kind, handler): void

Defined in: src/worker/GameWorkerHandlerRegistry.ts:29

Registers (or replaces) the worker-side handler for kind. See this file's doc comment.

Parameters

kind

string

handler

GameWorkerHandler

Returns

void

On this page