mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
[+] Books
This commit is contained in:
@@ -24,6 +24,12 @@ Scene窗口下右键ScriptGenerator菜单下About目录有默认UI命名前缀
|
||||
|
||||
举例
|
||||
``` csharp
|
||||
// 同步打开面板
|
||||
GameModule.UI.ShowUI<GameMainUI>([nullable]userData);
|
||||
|
||||
// 异步打开面板
|
||||
GameModule.UI.ShowUIAsync<GameMainUI>([nullable]userData);
|
||||
|
||||
namespace GameLogic
|
||||
{
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user