Skip to content

PrefabInstanceEntry

Defined in: prefab/sceneInstance.ts:75

A prefab instance as it lives in the scene FILE: a delta + where it attaches.

added: AddedEntity[]

Defined in: prefab/sceneInstance.ts:69

Entities added under the instance (not in the asset).

PrefabInstanceDelta.added


id: number

Defined in: prefab/sceneInstance.ts:77

The instance root’s stable scene source id.


overrides: PrefabOverride[]

Defined in: prefab/sceneInstance.ts:67

Property / component / name / visibility / metadata edits.

PrefabInstanceDelta.overrides


parent: number | null

Defined in: prefab/sceneInstance.ts:79

The instance root’s scene parent (its attach point), or null = scene root.


prefab: string

Defined in: prefab/sceneInstance.ts:65

@uuid: ref to the prefab asset.

PrefabInstanceDelta.prefab


removed: string[]

Defined in: prefab/sceneInstance.ts:71

Prefab children deleted in this instance (by their asset prefabEntityId).

PrefabInstanceDelta.removed