UNPKG

commonui-lib-test

Version:

"#common ui lib test"

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