PropertyModification

class in UnityEditor

Switch to Manual

Description

定义单个已修改的属性。

Used by the Prefab system to track any changes applied to an instance.

Variables

objectReference在属性为对象引用时要应用的值(不能表示为字符串)。
propertyPath要修改的属性的属性路径(匹配为 SerializedProperty.propertyPath)。
target要修改的对象。
value要应用的值。