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

Ends a change check started with BeginChangeCheck ().

See Also: BeginChangeCheck.