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.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答