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

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

51. 如何在项目中加载ttf字体? [ 58%]

...常规.ttf",Laya.Handler.create(this,OnComplete_FontLoad),null,Laya.Loader.BUFFER); function OnComplete_FontLoad() { console.log("加载字体"); var newFont = Laya.loader.getRes("font/本墨竟圆-常规.ttf"); if(Laya.Browser.window.conch) { console.log("12313131313"); Laya.Browser.window.conch.se...

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

52. matter.js 层级的问题 [ 58%]

...h. You'd need to add body.render.zIndex, and inside Matter.Render create a buffer and add all constraints and bodies, then sort by it. It should probably be an opt-in option though as it would be reasonably intensive (unless you do some special optimisations), it would also break some of the optimis...

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

53. Unity导出插件Shader报错。 [ 58%]

...REEN LIGHTMAP_ON DisableLighting Platform defines: UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_...

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

54. vivo小游戏 LayaIDE2.2.0使用fairygui报错 [ 57%]

...pe: Laya.Loader.IMAGE },     { url: "res/Basics.json", type: Laya.Loader.BUFFER }     ], Laya.Handler.create(this, this.onLoaded)); }  onLoaded(): void {     console.log('===================ss');      console.log('sssss', fgui.GRoot.inst.displayObject);     Laya.stage.addChild(fgui.GRoot...

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

55. Sound类如何中断加载声音? [ 57%]

...并且通过sound去多次加载同一个url,chrome报错,Setting AudioBufferSourceNode.buffer more than once is deprecated and will no longer work in Chrome 43. 2016-06-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2...

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

56. 小游戏项目 加载有中文的json文件 报错 [ 57%]

...| url.indexOf("xxx.json") != -1) { return "utf8"; } else if (type == "arraybuffer") { return ""; } return "ascii"; }   2018-06-21 1 1 分享 微博 QZONE 微信 熊猫大侠 赞同来自: 好像中文有问题 英文没问题 2018-01-08 0 1 分享 微博 QZONE 微信 linchenrr 赞同来自: 先按...

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

57. 微信小游戏加载 BitmapFont 问题 [ 57%]

...isZiYu &&MiniAdpter.isPosMsgYu && type !=/*laya.net.Loader.BUFFER*/"arraybuffer"){ /*__JS__ */wx.postMessage({url:url,data:tempData,isLoad:"filedata"}); } thisLoader.onLoaded(tempData); }else if (errorCode==1){ MiniAdpter.EnvConfig.load.call(thisLoader,url,type,cache,group,ignoreCach...

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

58. SoundChannel在页面失焦后自动丢失audioBuffer,以致没有声音 [ 57%]

SoundChannel在页面失焦后自动丢失audioBuffer,以致没有声音 页面在焦点时:WebAudioSoundChannel {audioBuffer: AudioBuffer, gain: GainNode, bufferSource: AudioBufferSourceNode, _currentTime: 0, _volume: 1, …} audioBuffer:AudioBuffer {length: 7364022, duration: 1...

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

59. 不存在的资源路径问题 [ 57%]

...); Laya.loader.load([{ url:com.globals.GameConfig.XML_LIB_URL, type:Loader.BUFFER }], Handler.create(this, this.onLibLoaded)); 资源是不存在的,然后还是调用了 this.onLibLoaded 这个,这种怎么跟呢?谢谢。 zeorro • 2017-11-02 17:13 private onLibLoaded():void { CommonLocator...

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

60. 如何与服务端建立连接 [ 56%]

... 同byte 例如你的传输 json 转byte 类型 this.socket.send(this.byte.buffer);//这里是把字节数组的数据通过socket发送给服务器。 接收数据 receiveHandler 函数 msg 看你用到传输格式 是json 就转json xml 转xml 然后就可以获得你的数据 2018-05-15 0 0 分...

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