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