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

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

11. ide里面Animation组件的source有个bug(碎图) [ 95%]

ide里面Animation组件的source有个bug(碎图) rt,导出的json文件的loadList数组里的资源是一整个字符串,在加载的时候就会报错404,请参考demo 附件 : --> BugDemo.zip 2019-07-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...

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

12. laya.d3.core.render.command.CommandBuffer [ 95%]

...fer 实例。 CommandBuffer  _apply():void private CommandBuffer  blit(source:RenderTexture, dest:RenderTexture, shader:Shader3D, shaderData:ShaderData = null, subShader:int = 0):void private CommandBuffer  clear():void private CommandBuffer  setRenderTarget(renderTexture:RenderTexture):void...

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

13. 给脚本的source输入框中拖入脚本,导致gameConfig中生成错误的注册类,并且无法修复 [ 94%]

给脚本的source输入框中拖入脚本,导致gameConfig中生成错误的注册类,并且无法修复 给一个对象添加一个脚本组件,给这个脚本组件的source输入框中又拖入一个脚本,导致生成的GameConfig类中生成错误的注册信息,并且,把脚本...

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

14. 错误' message: 'Module 'laya.d3.core' has no exported member 'particle'.' at: '4252,38' source: '' [ 94%]

...: 'Module 'laya.d3.core' has no exported member 'particle'.' at: '4252,38' source: '' file: 'file:///d%3A/Users/tiger/Documents/HelloHello/libs/LayaAir.d.ts' severity: '错误' message: 'Module 'laya.d3.core' has no exported member 'particle'.' at: '4252,38' source: '' 2017-07-28 添加评论 免费...

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

15. 网络和格式-XML [ 94%]

...ntainsError); console.log("\n"); proessXML(xmlValue); } function proessXML(source) { try { var xml = Utils.parseXMLFromString(source); } catch (e) { console.log(e.massage); return; } printDirectChildren(xml); } function printDirectChildren(xml) { var rootNode = xml.firstChild ; var nodes = rootNode....

来源: Laya_示例 发布时间: 20240930

16. oppo CanvasRenderingContext2D 并没有实现 drawImage;报错; [ 94%]

...ata, *设置之后纹理宽高可能会发生变化。 */ __proto.loadImageSource=function(source,premultiplyAlpha){ (premultiplyAlpha===void 0)&& (premultiplyAlpha=false); var width=source.width; var height=source.height; this._width=width; this._height=height; this._setWarpMode(/*laya.webg...

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

17. 为什么laya的Button渲染逻辑顺序是先渲染,再获取素材切片? [ 93%]

...dex=this._state < this._stateNum ? this._state :this._stateNum-1; this._sources && (this._bitmap.source=this._sources[index]); if (this.label){ this._text.color=this._labelColors[index]; if (this._strokeColors)this._text.strokeColor=this._strokeColors[index]; } } __proto.changeClips=funct...

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

18. LayaAir2.0(LayaBox)之小游戏开放域开发 [ 93%]

...aAir 新建项目面板 新建项目sunDemo file:///blog/asroads.github.io/source/_posts/game/LayaAir2-0-LayaBox-%E4%B9%8B%E5%B0%8F%E6%B8%B8%E6%88%8F%E5%BC%80%E6%94%BE%E5%9F%9F%E5%BC%80%E5%8F%91/image-20190307195813680.png?lastModify=1551962708 官方已经给我们搭建好了 基本的结构和框...

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

19. webaudio 在iframe中使用, android chrome中没声音 [ 93%]

... if (WebAudioSound.ctx==null){         return;     };     var source=WebAudioSound.ctx.createBufferSource();     source.buffer=WebAudioSound._miniBuffer;     source.connect(WebAudioSound.ctx.destination);     source.start(0,0,0);     //Hello Chrome 55!     if (source.cont...

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

20. 网络和格式-XML [ 92%]

...or); console.log("\n"); this.proessXML(xmlValue); } // 使用xml proessXML(source) { const Utils = Laya.Utils; let xml; try { xml = Utils.parseXMLFromString(source); } catch (e) { console.log(e.massage); return; } this.printDirectChildren(xml); } // 打印直接子级 printDirectChildren(xml) { let ...

来源: Laya2.0_示例 发布时间: 20240930