跳转到内容

AddedEntity

此内容尚不支持你的语言。

Defined in: prefab/sceneInstance.ts:53

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

components: PrefabComponentData[]

Defined in: prefab/sceneInstance.ts:57


name: string

Defined in: prefab/sceneInstance.ts:56


parentId: string | null

Defined in: prefab/sceneInstance.ts:60

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


prefabEntityId: string

Defined in: prefab/sceneInstance.ts:55

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


visible: boolean

Defined in: prefab/sceneInstance.ts:58