UNPKG

commonui-lib-test

Version:

"#common ui lib test"

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