UNPKG

commonui-lib-test

Version:

"#common ui lib test"

19 lines (18 loc) 679 B
"use strict"; /** This is an automatically generated class by FairyGUI. Please do not modify it. **/ Object.defineProperty(exports, "__esModule", { value: true }); class dialogErrorAni extends fgui.GComponent { constructor() { super(); } static createInstance() { return (fgui.UIPackage.createObject("common", "dialogErrorAni")); } onConstruct() { this.comDialogError = (this.getChild("comDialogError")); this.transZoomin = this.getTransition("transZoomin"); this.transZoomout = this.getTransition("transZoomout"); } } exports.default = dialogErrorAni; dialogErrorAni.URL = "ui://lh4a80jdn4iy4w";