EditorGUI.EndChangeCheck
static function EndChangeCheck(): bool;
Returns
bool True if GUI.changed was set to true, otherwise false.
Description

Ends a change check started with BeginChangeCheck ().

See Also: BeginChangeCheck.