Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

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

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.