PrefabComponentMap
world/prefab.types.ts:61Map of component keys to factory functions, describing the starting component graph of any object built from a Prefab.
Record<string, PrefabComponentFactory>
Map of component keys to factory functions, describing the starting component graph of any object built from a Prefab.
Record<string, PrefabComponentFactory>