PrefabInstanceEntry
Defined in: prefab/sceneInstance.ts:75
A prefab instance as it lives in the scene FILE: a delta + where it attaches.
Extends
Section titled “Extends”Properties
Section titled “Properties”added:
AddedEntity[]
Defined in: prefab/sceneInstance.ts:69
Entities added under the instance (not in the asset).
Inherited from
Section titled “Inherited from”id:
number
Defined in: prefab/sceneInstance.ts:77
The instance root’s stable scene source id.
overrides
Section titled “overrides”overrides:
PrefabOverride[]
Defined in: prefab/sceneInstance.ts:67
Property / component / name / visibility / metadata edits.
Inherited from
Section titled “Inherited from”parent
Section titled “parent”parent:
number|null
Defined in: prefab/sceneInstance.ts:79
The instance root’s scene parent (its attach point), or null = scene root.
prefab
Section titled “prefab”prefab:
string
Defined in: prefab/sceneInstance.ts:65
@uuid: ref to the prefab asset.
Inherited from
Section titled “Inherited from”removed
Section titled “removed”removed:
string[]
Defined in: prefab/sceneInstance.ts:71
Prefab children deleted in this instance (by their asset prefabEntityId).