UNPKG

commonui-lib-test

Version:

"#common ui lib test"

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