commonui-lib-test
Version:
"#common ui lib test"
10 lines (9 loc) • 335 B
TypeScript
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
export default class ComboBox1_popup extends fgui.GComponent {
imgItemBg: fgui.GImage;
list: fgui.GList;
static URL: string;
static createInstance(): ComboBox1_popup;
constructor();
protected onConstruct(): void;
}