PrefabComponentFactory
world/prefab.types.ts:53A function that produces a single component for a freshly-built prefab instance. The factory is called exactly once per Prefab.buildObject call, so each spawn gets its own component instances with no shared state.
(context: PrefabComponentContext) => Component<WorldObject>