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