Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

EditorGUI.EndChangeCheck

Switch to Manual
public 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.