Skip to content

AddedEntity

Defined in: prefab/sceneInstance.ts:52

An entity added under a prefab instance (not part of the prefab asset).

components: PrefabComponentData[]

Defined in: prefab/sceneInstance.ts:56


name: string

Defined in: prefab/sceneInstance.ts:55


parentId: string | null

Defined in: prefab/sceneInstance.ts:59

Parent by stable id — a prefab entity OR another added entity; null = under the instance root.


prefabEntityId: string

Defined in: prefab/sceneInstance.ts:54

Stable instance-local identity (its prefabEntityId — absent from the asset).


visible: boolean

Defined in: prefab/sceneInstance.ts:57