• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 265 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0044 秒)

121. JS进度条加载问题 [ 65%]

...加载修改的JS语法,发现有几个问题,想请教一下; var progressBar; (function () { Laya.init(720, 1280); var pro1={url:"comp/BG1.jpg",type:Laya.Loader.IMAGE}; var pro2={url:"comp/BG1.jpg",type: Laya.Loader.IMAGE}; var proArr = []; proArr[0]=pro1; proArr[1]=pro2; Laya.loader.load(pr...

来源: Laya_社区 发布时间: 20170701

122. VSlider属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 64%]

...共3个,分别为滑块资源`vslider$bar.png`、进度条资源`vslider$progress.png` 及底图资源`vslider.png`。 ​ 资源至少应当有两个,一个底图资源,一个滑块资源,否则无法实现滑动功能。缺少了进度条资源组件不会报错,只是不显示进度。 ...

来源: Laya2.0_文档 发布时间: 20210714

123. VSlider属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 64%]

...共3个,分别为滑块资源`vslider$bar.png`、进度条资源`vslider$progress.png` 及底图资源`vslider.png`。 ​ 资源至少应当有两个,一个底图资源,一个滑块资源,否则无法实现滑动功能。缺少了进度条资源组件不会报错,只是不显示进度。 ...

来源: Laya2.0_文档 发布时间: 20210714

124. VSlider属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 64%]

...共3个,分别为滑块资源`vslider$bar.png`、进度条资源`vslider$progress.png` 及底图资源`vslider.png`。 ​ 资源至少应当有两个,一个底图资源,一个滑块资源,否则无法实现滑动功能。缺少了进度条资源组件不会报错,只是不显示进度。 ...

来源: Laya2.0_文档 发布时间: 20210715

125. layabox加载fairygui发布的二进制文件报错 [ 64%]

...ool.push(resInfo); this._statInfo.loaded++; this.event(/*laya.events.Event.PROGRESS*/"progress",this.getProgress()); }   调试结果 (no filename):1 //res/Bag.json [21357]:undefined c.warn @ (no filename):1 (no filename):1 url:res/Bag.json (no filename):1 content null (no filename):1 [warn]Retry t...

来源: Laya_社区 发布时间: 20200429

126. laya.ui.UIEvent [ 63%]

...ing = played[static] 定义 played 事件对象的 type 属性值。Event PROGRESS : String = progress[static] 定义 progress 事件对象的 type 属性值。Event READY : String = ready[static] 定义 loaded 事件对象的 type 属性值。Event RELEASED : String = released[static] 定义 rel...

来源: Laya2.0_api 发布时间: 20190513

127. laya.net.LoaderManager_API3.0 [ 63%]

...e create(url: string | (string | createItem)[], complete?: Handler | null, progress?: Handler | null, type?: string | null, constructParams?: any[] | null, propertyParams?: any, priority?: number, cache?: boolean): void Defined in laya/net/LoaderManager.ts:97 根据clas类型创建一个未初始化...

来源: Laya3.0_api 发布时间: 20231102

128. laya.net.Loader [ 63%]

...te加载完成后调度。Loader  error加载出错时调度。Loader  progress加载进度发生改变时调度。LoaderPublic Constants ConstantDefined By  ATLAS : String = atlas[static] 图集类型,加载完成后返回图集json信息(并创建图集内小图Texture)。Loader  BUFFER...

来源: laya_api 发布时间: 20170929

129. laya.ui.UIEvent [ 63%]

...ing = played[static] 定义 played 事件对象的 type 属性值。Event PROGRESS : String = progress[static] 定义 progress 事件对象的 type 属性值。Event RECOVERED : String = recovered[static] 定义 recovered 事件对象的 type 属性值。Event RELEASED : String = released[static]...

来源: laya_api 发布时间: 20170929

130. 使用Laya.loader.load加载Laya.Loader.FONT位图字体文件时就会出现无限循环加载,一直到浏览器奔溃 [ 62%]

...           this.onFontLoaded();         }), Handler.create(this, (progress) => {             console.log('bitmapFont loading', progress);         }, null, false));   this.bitmapFont = new BitmapFont(); }   onFontLoaded() { // 设置空格的宽 this.bitmapFont.setSpaceWidth(1...

来源: Laya_社区 发布时间: 20190221