mirror of
https://github.com/Gongxh0901/kunpolibrary
synced 2025-12-06 04:39:10 +00:00
仓库中添加内置的demo
This commit is contained in:
13
demo/assets/script/UI/Basics/Common/LoadUIWindow.ts
Normal file
13
demo/assets/script/UI/Basics/Common/LoadUIWindow.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
|
||||
import { kunpo } from '../../../header';
|
||||
const { uiclass, uiprop } = kunpo._uidecorator;
|
||||
|
||||
/** UI界面资源加载等待界面 */
|
||||
@uiclass("Wait", "Basics", "LoadUIWindow")
|
||||
export class LoadUIWindow extends kunpo.Window {
|
||||
protected onInit(): void {
|
||||
this.adapterType = kunpo.AdapterType.Full;
|
||||
this.type = kunpo.WindowType.Normal;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user