commonui-lib-test
Version:
"#common ui lib test"
13 lines (12 loc) • 431 B
TypeScript
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
import ProgressBar from "./ProgressBar";
export default class loading extends fgui.GComponent {
bgLoading: fgui.GImage;
imgLogo: fgui.GImage;
labelSlogan: fgui.GImage;
progressLoading: ProgressBar;
static URL: string;
static createInstance(): loading;
constructor();
protected onConstruct(): void;
}