PrefabInstanceEntry
Defined in: prefab/sceneInstance.ts:76
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:70
Entities added under the instance (not in the asset).
Inherited from
Section titled “Inherited from”id:
number
Defined in: prefab/sceneInstance.ts:78
The instance root’s stable scene source id.
overrides
Section titled “overrides”overrides:
PrefabOverride[]
Defined in: prefab/sceneInstance.ts:68
Property / component / name / visibility / metadata edits.
Inherited from
Section titled “Inherited from”parent
Section titled “parent”parent:
number|null
Defined in: prefab/sceneInstance.ts:80
The instance root’s scene parent (its attach point), or null = scene root.
prefab
Section titled “prefab”prefab:
string
Defined in: prefab/sceneInstance.ts:66
@uuid: ref to the prefab asset.
Inherited from
Section titled “Inherited from”removed
Section titled “removed”removed:
string[]
Defined in: prefab/sceneInstance.ts:72
Prefab children deleted in this instance (by their asset prefabEntityId).