commonui-lib-test
Version:
"#common ui lib test"
11 lines (10 loc) • 394 B
TypeScript
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
export default class textRecordProfit extends fgui.GComponent {
ctrlProfit: fgui.Controller;
textProfitWin: fgui.GTextField;
textProfitLose: fgui.GTextField;
static URL: string;
static createInstance(): textRecordProfit;
constructor();
protected onConstruct(): void;
}