typedef builtin UIShowType;
void ccd_ui_show(UIContainer window, UIShowType type);
Display the window
UIShowType UIShowTypeNewWindow;
Open in new OS window if system supported, or open by an alert dialog
UIShowType UIShowTypeEditorTab;
Open in new editor tab
typedef builtin UIShowType;
void ccd_ui_show(UIContainer window, UIShowType type);
展示窗口
UIShowType UIShowTypeNewWindow;
在支持的设备上以新系统窗口打开,否则以弹出对话框打开
UIShowType UIShowTypeEditorTab;
在编辑器Tab上打开