diff options
author | chai <chaifix@163.com> | 2021-07-16 18:52:50 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-07-16 18:52:50 +0800 |
commit | a257e8db13ed740c016d1acebc6f9edc2801dac8 (patch) | |
tree | efea3ab6b510b91814c588e10f22d7a5680dac06 /Assets/uGUI-2017.1/UnityEngine.UI/UI/Core/UIControls | |
parent | ac839e2315f362cc1085ff647cedbca90df2e16f (diff) |
*misc
Diffstat (limited to 'Assets/uGUI-2017.1/UnityEngine.UI/UI/Core/UIControls')
-rw-r--r-- | Assets/uGUI-2017.1/UnityEngine.UI/UI/Core/UIControls/InputField.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Assets/uGUI-2017.1/UnityEngine.UI/UI/Core/UIControls/InputField.cs b/Assets/uGUI-2017.1/UnityEngine.UI/UI/Core/UIControls/InputField.cs index ed39020..99dbf1a 100644 --- a/Assets/uGUI-2017.1/UnityEngine.UI/UI/Core/UIControls/InputField.cs +++ b/Assets/uGUI-2017.1/UnityEngine.UI/UI/Core/UIControls/InputField.cs @@ -1572,6 +1572,7 @@ namespace UnityEngine.UI UISystemProfilerApi.AddMarker("InputField.value", this); if (onValueChanged != null) onValueChanged.Invoke(text); + } /// <summary> |