123456789101112131415161718192021222324 |
- /** This is an automatically generated class by FairyGUI. Please do not modify it. **/
- export default class UI_ProgressBar extends fgui.GProgressBar {
- public m_n0:fgui.GGraph;
- public m_bar:fgui.GGraph;
- public static URL:string = "ui://llglz4x4l16l1";
- public static createInstance():UI_ProgressBar {
- return <UI_ProgressBar>(fgui.UIPackage.createObject("LoadingView","ProgressBar"));
- }
- public constructor() {
- super();
- }
- protected onConstruct(): void {
- this.m_n0 = <fgui.GGraph>(this.getChildAt(0));
- this.m_bar = <fgui.GGraph>(this.getChildAt(1));
- }
- }
|