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