This version of Unity is unsupported.

EditorGUI.ChangeCheckScope.changed

public bool changed;

Description

True if GUI.changed was set to true, otherwise false.

Ends a change check started with ChangeCheckScope. See Also: EditorGUI.EndChangeCheck.