wq 我想在项目里控制,windows.loadingView; 我这样写,报错: Laya.Browser.window.LoadingView.loading(50) of undefined 正确的写法是怎么样的呀
wq w1114367261 if(window.loadingView){ nPercent+=33; window.loadingView.loading(nPercent); }我看了呀,但是我在ide里用 window.loadingView 有红线啊
wq w1114367261 使用window.loadingView编辑器 提示 file: 'file:///e%3A/workspace/master/master/src/GameMain.ts'severity: '错误' message: 'Property 'loadingView' does not exist on type 'Window'.' at: '21,23' source: 'ts'