writeFieldPath
此内容尚不支持你的语言。
writeFieldPath(
data,path,value):boolean
Defined in: ui/controller/gear-apply.ts:55
Write value at a dot-path. Object values (Color/Vec) are shallow-cloned so a
shared authored value never becomes aliased across entities. Returns false
(writes nothing) when the path doesn’t resolve to an existing leaf.
Parameters
Section titled “Parameters”Record<string, unknown>
string
unknown
Returns
Section titled “Returns”boolean