PrefabComponentContext
world/prefab.types.ts:22Context handed to each PrefabComponentFactory when a prefab is materialised into a concrete object. Carries both the world the object is being added to and a reference to the (still empty) WorldObject itself, so factories can construct components that close over either.
{ assets: AssetLibrary; object: WorldObject; world: World }