ProcessedEntity
此内容尚不支持你的语言。
Defined in: prefab/types.ts:118
Properties
Section titled “Properties”children
Section titled “children”children:
number[]
Defined in: prefab/types.ts:125
components
Section titled “components”components:
PrefabComponentData[]
Defined in: prefab/types.ts:126
id:
number
Defined in: prefab/types.ts:120
Runtime entity id assigned by the flatten allocator.
metadata?
Section titled “metadata?”
optionalmetadata?:Record<string,unknown>
Defined in: prefab/types.ts:128
name:
string
Defined in: prefab/types.ts:123
parent
Section titled “parent”parent:
number|null
Defined in: prefab/types.ts:124
prefabEntityId
Section titled “prefabEntityId”prefabEntityId:
string
Defined in: prefab/types.ts:122
Stable identity from the source prefab; preserved for diff/override matching.
visible
Section titled “visible”visible:
boolean
Defined in: prefab/types.ts:127