AddedEntity
此内容尚不支持你的语言。
Defined in: prefab/sceneInstance.ts:52
An entity added under a prefab instance (not part of the prefab asset).
Properties
Section titled “Properties”components
Section titled “components”components:
PrefabComponentData[]
Defined in: prefab/sceneInstance.ts:56
name:
string
Defined in: prefab/sceneInstance.ts:55
parentId
Section titled “parentId”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
Section titled “prefabEntityId”prefabEntityId:
string
Defined in: prefab/sceneInstance.ts:54
Stable instance-local identity (its prefabEntityId — absent from the asset).
visible
Section titled “visible”visible:
boolean
Defined in: prefab/sceneInstance.ts:57