WorldOptions
world/world.types.ts:71Options accepted by the World constructor.
{ components: (world: World) => Record<string, () => Component<World>>; onError?: (context: WorldErrorContext) => void; prefabs?: PrefabRegistry }
Options accepted by the World constructor.
{ components: (world: World) => Record<string, () => Component<World>>; onError?: (context: WorldErrorContext) => void; prefabs?: PrefabRegistry }