Skip to content

@ue-too/board-pixi-react-integration / index / appIsReady

関数: appIsReady()

appIsReady<C>(result): { ready: false; } | { app: Application; components: C; ready: true; }

定義: board-pixi-react-integration/src/utils/pixi/init-app.ts:6

型パラメーター

C

C extends BaseAppComponents = BaseAppComponents

パラメータ

result

PixiCanvasResult<C>

戻り値

{ ready: false; } | { app: Application; components: C; ready: true; }