プロパティーが変更されたときに一時的に値を保持しておくためのクラスです
Used by the Prefab system to track any changes applied to an instance.
objectReference | オブジェクト参照である(すなわち文字列として表現できない)場合に適用される値 |
propertyPath | 修正されるプロパティーのパス( SerializedProperty.propertyPath と一致します) |
target | 修正されるオブジェクト |
value | 適用される値 |