Version: 2022.3

PropertyModification

class in UnityEditor

切换到手册

描述

定义单个已修改的属性。

供预制件系统用于跟踪应用于实例的任何更改。

变量

objectReferenceThe value being applied when it is an object reference (which can not be represented as a string).
propertyPath要修改的属性的属性路径(匹配为 SerializedProperty.propertyPath)。
target要修改的对象。
value要应用的值。