EditorGUI.EndChangeCheck
public static bool EndChangeCheck();
Returns
bool True if GUI.changed was set to true, otherwise false.
Description 描述
Ends a change check started with BeginChangeCheck ().
See Also: BeginChangeCheck.
bool True if GUI.changed was set to true, otherwise false.
Ends a change check started with BeginChangeCheck ().
See Also: BeginChangeCheck.