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