commonui-lib-test
Version:
"#common ui lib test"
18 lines (17 loc) • 795 B
TypeScript
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
import textPopRegularMainten from "./textPopRegularMainten";
import textPopTemporaryMainten from "./textPopTemporaryMainten";
import textPopRegularMaintenOn from "./textPopRegularMaintenOn";
import textPopTemporaryMaintenOn from "./textPopTemporaryMaintenOn";
export default class comPopMainten extends fgui.GComponent {
ctrlMaintenTypes: fgui.Controller;
imgBgMainten: fgui.GImage;
textRegular: textPopRegularMainten;
textTemporary: textPopTemporaryMainten;
textRegularOn: textPopRegularMaintenOn;
textTemporaryOn: textPopTemporaryMaintenOn;
static URL: string;
static createInstance(): comPopMainten;
constructor();
protected onConstruct(): void;
}