commonui-lib-test
Version:
"#common ui lib test"
24 lines (23 loc) • 849 B
TypeScript
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
import dialogBg from "./dialogBg";
import textTitleTips from "./textTitleTips";
import textMatching from "./textMatching";
import textRematch from "./textRematch";
import textMatchTime from "./textMatchTime";
import btnConfirm from "./btnConfirm";
import btnCancel from "./btnCancel";
export default class dialogMatch extends fgui.GComponent {
ctrlPingtimes: fgui.Controller;
labelWindowFrame: dialogBg;
textTips: textTitleTips;
textMatching: textMatching;
textRematch: textRematch;
textTime: textMatchTime;
aniMatch: fgui.GMovieClip;
btnComfirm: btnConfirm;
btnCancel: btnCancel;
static URL: string;
static createInstance(): dialogMatch;
constructor();
protected onConstruct(): void;
}