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

大约有 1,485 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0060 秒)

161. MovieClip 报错 [ 81%]

...后就有了,临时你也可以通过修改代码来添加保护:var data:*; data=Loader.getRes(_url); if (!data) { event(Event.ERROR,"file not find"); return; } //保护修改-----start------------------ var atlasData:Object = Loader.getAtlas(_atlasPath); if(!atlasData) { event(Event.ERROR,"fil...

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

162. Layabox 1.8.5beta 发布 QQ小游戏 出现HTMLAnchorElement找不到的问题,在laya上能正常运行,发布微信小游戏也都可以,空项目也是可以的 [ 81%]

...an't find variable: HTMLAnchorElement, 在文件/var/mobile/Containers/Data/Application/E3BF064E-27C0-458F-AA17-18DAC45C068D/Library/Caches/MiniGame_v1/1109894360/1/1_0_0/unpack/game.js(行2,列232517), 堆栈:/var/mobile/Containers/Data/Application/E3BF064E-27C0-458F-AA17-18DAC45C068D/Librar...

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

163. laya.d3.core.TransLargeUBOUtils_API3.0 [ 81%]

...rarchy TransLargeUBOUtils Index Properties bindUBO currentlength defaultSubData maxlength pool subDataMap subDataParamMap addStep configStartLength Methods create destroy recover reset updateBindRange updateSubData Properties bindUBO bindUBO: UniformBufferObject Defined in laya/d3/core/TransLargeUBO...

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

164. MovieClip 报错 [ 81%]

...后就有了,临时你也可以通过修改代码来添加保护:var data:*; data=Loader.getRes(_url); if (!data) { event(Event.ERROR,"file not find"); return; } //保护修改-----start------------------ var atlasData:Object = Loader.getAtlas(_atlasPath); if(!atlasData) { event(Event.ERROR,"fil...

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

165. laya.d3.renderobjs.nativeobj.NativeIndexBuffer3D_API3.0 [ 81%]

...fferUsage canRead indexCount indexType indexTypeByteCount Methods _setIndexData destroy getData setData unbind Constructors constructor new NativeIndexBuffer3D(indexType: IndexFormat, indexCount: number, bufferUsage?: BufferUsage, canRead?: boolean): NativeIndexBuffer3D Overrides IndexBuffer3D.const...

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

166. LocalStorage 接口适配问题 [ 81%]

...{                 key:key,                 data:value ///是错误的             });         }         catch(error){             VVMiniAdapter.window.qg.setStorage({                 key:key,           ...

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

167. 版本管理swf找同名的Json文件发现找不到 [ 81%]

...}         //初始化预加载数据         public m_initData(url:string,atlas:boolean,atlasPath?:string){             (atlas===void 0)&& (atlas=false);             this['_url']=url=Laya.URL.formatURL(url);             if(atlas)this['_atla...

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

168. 我来改代码! [ 81%]

...后就有了,临时你也可以通过修改代码来添加保护:var data:*; data=Loader.getRes(_url); if (!data) { event(Event.ERROR,"file not find"); return; } //保护修改-----start------------------ var atlasData:Object = Loader.getAtlas(_atlasPath); if(!atlasData) { event(Event.ERROR,"fil...

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

169. MovieClip 报错 7 [ 81%]

...后就有了,临时你也可以通过修改代码来添加保护:var data:*; data=Loader.getRes(_url); if (!data) { event(Event.ERROR,"file not find"); return; } //保护修改-----start------------------ var atlasData:Object = Loader.getAtlas(_atlasPath); if(!atlasData) { event(Event.ERROR,"fil...

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

170. 绘图graphics中的鼠标事件 [ 81%]

...了好几个节点,用于存放绘图,结构是 this.box.addChild(this.data); Laya.stage.addChild(this.box) 其中鼠标事件MOUSE_DOWN点击需要获取的是this.data的内容 this.data是由一块画布,几个点构成,我用循环函数创建几个点,并且设置名称p.name=point...

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