EditorGUI.EndChangeCheck Manual     Reference     Scripting  
Scripting > Editor Classes > EditorGUI
EditorGUI.EndChangeCheck

static function EndChangeCheck () : boolean

Returns

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

Description

Ends a change check started with BeginChangeCheck ().

See Also: BeginChangeCheck