commonui-lib-test
Version:
"#common ui lib test"
12 lines (11 loc) • 366 B
TypeScript
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
export default class btnHome extends fgui.GButton {
up: fgui.GImage;
down: fgui.GImage;
over: fgui.GImage;
textHome: fgui.GTextField;
static URL: string;
static createInstance(): btnHome;
constructor();
protected onConstruct(): void;
}