UNPKG

commonui-lib-test

Version:

"#common ui lib test"

20 lines (19 loc) 692 B
"use strict"; /** This is an automatically generated class by FairyGUI. Please do not modify it. **/ Object.defineProperty(exports, "__esModule", { value: true }); class loading extends fgui.GComponent { constructor() { super(); } static createInstance() { return (fgui.UIPackage.createObject("common", "loading")); } onConstruct() { this.bgLoading = (this.getChild("bgLoading")); this.imgLogo = (this.getChild("imgLogo")); this.labelSlogan = (this.getChild("labelSlogan")); this.progressLoading = (this.getChild("progressLoading")); } } exports.default = loading; loading.URL = "ui://lh4a80jddm3z2";