commonui-lib-test
Version:
"#common ui lib test"
19 lines (18 loc) • 617 B
JavaScript
;
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
Object.defineProperty(exports, "__esModule", { value: true });
class waiting extends fgui.GComponent {
constructor() {
super();
}
static createInstance() {
return (fgui.UIPackage.createObject("common", "waiting"));
}
onConstruct() {
this.bkBlack = (this.getChild("bkBlack"));
this.iconWaiting = (this.getChild("iconWaiting"));
this.play = this.getTransition("play");
}
}
exports.default = waiting;
waiting.URL = "ui://lh4a80jdwjxj1";