ApplyModifiedProperties()
Apply property modifications.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public bool ApplyModifiedProperties()
Returns
Type | Description |
|---|---|
| bool | Returns true if any pending property changes were applied to the target objects of the SerializedObject. |
Remarks
Each instance of SerializedObject contains a serialized representation of its target objects. Changes applied via the SerializedProperty API are not reflected back to the target objects until this method is called. First Undo information is recorded, then each target object is brought in sync by loading from the SerializedObject's local serialized content.
Additional Resources: SerializedObject.Update, SerializedObject.ApplyModifiedPropertiesWithoutUndo