PartitionOptions
此内容尚不支持你的语言。
Defined in: residency/partitionWorld.ts:41
Methods
Section titled “Methods”entityFieldsOf()
Section titled “entityFieldsOf()”entityFieldsOf(
componentType): readonlystring[]
Defined in: residency/partitionWorld.ts:43
The entity-valued fields of a component type; empty for most.
Parameters
Section titled “Parameters”componentType
Section titled “componentType”string
Returns
Section titled “Returns”readonly string[]
resolvePrefab()?
Section titled “resolvePrefab()?”
optionalresolvePrefab(ref):PrefabRoot|null
Defined in: residency/partitionWorld.ts:45
Resolve a scene’s @uuid: prefab reference. Absent = instances must override.
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”PrefabRoot | null