Version: 5.6

EditorGUI.EndChangeCheck

Cambiar al Manual
public static bool EndChangeCheck ();

Valor de retorno

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

Descripción

Ends a change check started with BeginChangeCheck ().

See Also: BeginChangeCheck.