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