mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update UIWidget.cs
This commit is contained in:
@@ -240,7 +240,7 @@ namespace TEngine
|
|||||||
/// 组件被销毁调用。
|
/// 组件被销毁调用。
|
||||||
/// <remarks>请勿手动调用!</remarks>
|
/// <remarks>请勿手动调用!</remarks>
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public void OnDestroyWidget()
|
internal void OnDestroyWidget()
|
||||||
{
|
{
|
||||||
RemoveAllUIEvent();
|
RemoveAllUIEvent();
|
||||||
if (Handle != null)
|
if (Handle != null)
|
||||||
|
Reference in New Issue
Block a user