Skip to content

Commit 501c36b

Browse files
committed
[增加]1. 增加初始化界面后的初始化函数开放
1 parent 7fef8ea commit 501c36b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/UIManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ private IUIForm InternalOpenUIForm(int serialId, string uiFormAssetName, UIGroup
10101010
throw new GameFrameworkException("Can not create UI form in UI form helper.");
10111011
}
10121012

1013-
uiForm.OnInit(serialId, uiFormAssetName, uiGroup, OnInitAction, pauseCoveredUIForm, isNewInstance, userData, isFullScreen);
1013+
uiForm.Init(serialId, uiFormAssetName, uiGroup, OnInitAction, pauseCoveredUIForm, isNewInstance, userData, isFullScreen);
10141014

10151015
void OnInitAction(IUIForm obj)
10161016
{

0 commit comments

Comments
 (0)