class in UnityEditor
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseExposes events that allow you to track undoable changes to objects in the editor.
Any undoable change to any object loaded in the editor (both GameObject and assets such as Material object) are recorded and exposed as a stream of events. See ObjectChangeKind for more information as to which types of changes are recorded.
changesPublished | Event that is raised once per frame if any undoable changes have been recorded. |
ObjectChangeEventsHandler | The delegate used for the event publishing the object changes. |