UNPKG

commonui-lib-test

Version:

"#common ui lib test"

19 lines (18 loc) 676 B
"use strict"; /** This is an automatically generated class by FairyGUI. Please do not modify it. **/ Object.defineProperty(exports, "__esModule", { value: true }); class textMaintenance extends fgui.GComponent { constructor() { super(); } static createInstance() { return (fgui.UIPackage.createObject("common", "textMaintenance")); } onConstruct() { this.ctrlPingtimes = this.getController("ctrlPingtimes"); this.textTitle = (this.getChild("textTitle")); this.textTitleTemp = (this.getChild("textTitleTemp")); } } exports.default = textMaintenance; textMaintenance.URL = "ui://lh4a80jdao89af";