プロパティーが変更されたときに一時的に値を保持しておくためのクラスです
Used by the Prefab system to track any changes applied to an instance.
objectReference | The value being applied when it is an object reference (which can not be represented as a string). |
propertyPath | 修正されるプロパティーのパス( SerializedProperty.propertyPath と一致します) |
target | 修正されるオブジェクト |
value | 適用される値 |