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