DiffOptions
此内容尚不支持你的语言。
Defined in: prefab/diff.ts:28
Properties
Section titled “Properties”floatEpsilon?
Section titled “floatEpsilon?”
optionalfloatEpsilon?:number
Defined in: prefab/diff.ts:45
Optional numeric tolerance for float equality checks. Defaults to 0 (exact equality). Raise to tame small FP drift from Transform math.
ignoreEntityNames?
Section titled “ignoreEntityNames?”
optionalignoreEntityNames?: readonlystring[]
Defined in: prefab/diff.ts:40
Entity names whose children should be excluded from the diff entirely (useful for editor-only scaffolding entities).
ignoreMetadataKeys?
Section titled “ignoreMetadataKeys?”
optionalignoreMetadataKeys?: readonlystring[]
Defined in: prefab/diff.ts:35
Metadata keys whose presence/value should not produce diffs. Editor
selection markers, per-panel UI state, and prefab-tracking metadata
that belongs on the instance root rather than the prefab itself
typically live here (e.g. prefab:source, prefab:overrides).