UNPKG

commonui-lib-test

Version:

"#common ui lib test"

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