UNPKG

commonui-lib-test

Version:

"#common ui lib test"

22 lines (21 loc) 841 B
"use strict"; /** This is an automatically generated class by FairyGUI. Please do not modify it. **/ Object.defineProperty(exports, "__esModule", { value: true }); class textRecordTitle extends fgui.GComponent { constructor() { super(); } static createInstance() { return (fgui.UIPackage.createObject("common", "textRecordTitle")); } onConstruct() { this.bgTitle = (this.getChild("bgTitle")); this.textTitle_0 = (this.getChild("textTitle_0")); this.textTitle_1 = (this.getChild("textTitle_1")); this.textTitle_2 = (this.getChild("textTitle_2")); this.textTitle_3 = (this.getChild("textTitle_3")); this.textTitle_4 = (this.getChild("textTitle_4")); } } exports.default = textRecordTitle; textRecordTitle.URL = "ui://lh4a80jdao89av";