Skip to content

PrefabInstanceEntry

Defined in: prefab/sceneInstance.ts:76

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

added: AddedEntity[]

Defined in: prefab/sceneInstance.ts:70

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

PrefabInstanceDelta.added


id: number

Defined in: prefab/sceneInstance.ts:78

The instance root’s stable scene source id.


overrides: PrefabOverride[]

Defined in: prefab/sceneInstance.ts:68

Property / component / name / visibility / metadata edits.

PrefabInstanceDelta.overrides


parent: number | null

Defined in: prefab/sceneInstance.ts:80

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


prefab: string

Defined in: prefab/sceneInstance.ts:66

@uuid: ref to the prefab asset.

PrefabInstanceDelta.prefab


removed: string[]

Defined in: prefab/sceneInstance.ts:72

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

PrefabInstanceDelta.removed