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

大约有 6,598 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0104 秒)

5781. layaair.so 底层崩溃 [ 48%]

...如下崩溃 希望引擎开发人员能解决一下 /mali_winsys: EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, egl_color_buffer_format *, EGLBoolean) returns 0x3000 >>>>>>>>>>>>>surface not ready >&gt...

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

5782. Unity3d导出的资源,用layadcc,只有.lh文件能用缓存,.lh依赖的资源始终download。 [ 48%]

...ir3D 导出和使用U3D粒子特效 laya2.2 导出场景物理碰撞问题 new Laya.Sprite();绘制图形以后,怎么删除释放资源? unity到导出场景加载时抛异常,不知所措 问题状态 最新活动: 2020-05-22 22:51 浏览: 4683 关注: 4 人 野狗纽基 • 2020-05-18 11:43...

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

5783. iframe页面嵌套下失焦(焦点在父窗口被聚焦),playMusic背景音乐播放无声音 [ 48%]

...url); } if (!soundClass) soundClass = _soundClass; if (!tSound) { tSound = new soundClass(); tSound.load(url); if (!Browser.onMiniGame) { Loader.cacheRes(url, tSound); } } var channel:SoundChannel; channel = tSound.play(startTime, loops); if (!channel) return null; channel.url = url; channel.volume ...

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

5784. 关于as版的Animation.createFrames()不能工作? [ 48%]

...ro_fly1.png", "war/hero_fly2.png"], "hero_fly"); var animation:Animation = new Animation(); //animation.loadImages(["war/hero_fly1.png", "war/hero_fly2.png"], "hero_fly"); Laya.stage.addChild(animation); animation.play(0, true, "hero_fly"); } } } 假如使用注释里的LoadImage()则可以 2016-10-...

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

5785. spine适配版微信开发者平台报错 [ 48%]

...t read property 'findRegion' of undefined     at t.AtlasAttachmentLoader.newRegionAttachment (spine-core-3.8.min.js:1)     at e.readAttachment (spine-core-3.8.min.js:1)     at e.readSkin (spine-core-3.8.min.js:1)     at e.readSkeletonData (spine-core-3.8.min.js:1)     at SpineTemplet_3_x.p...

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

5786. LayaAir中怎么使用node.js 的 socket.io [ 48%]

...现在出现 TypeError: Cannot create property 'path' on number '10000' at new r (file:///Users/bingbing/MahjongProject/MahjongLaya/bin/socket.io.js:1:15053) zhishaofei3 • 2017-09-22 23:31 @piaobo80:链接打不开了怎么办 还有链接吗 重发一下 zhishaofei3 • 2017-09-22 23:33 https://g...

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

5787. 为什么laya.pathfinding.js里面的Grid,通过Laya.Grid竟然获取不到?有laya.pathfinding.js的使用教程吗?API中没有找到。 [ 48%]

...来自: cuixueying 自己鼓捣出来了。 Grid真确的调用方式是 new PathFinding.core.Grid()而不是Laya.Grid().这个问题在于忽略了Laya.class()的使用。   -------- 希望官方能完善一下相关 API 的使用 2017-06-29 1 0 分享 微博 QZONE 微信 cuixueying 赞同来自:...

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

5788. 最新的ResourceVersion发布以后加载的url不正确 [ 48%]

...置获取不正确 1.7.15 小游戏3d 发布后在手机预览显示异常 new Laya.Sprite();绘制图形以后,怎么删除释放资源? 小游戏项目 加载有中文的json文件 报错 问题状态 最新活动: 2018-03-11 00:04 浏览: 1924 关注: 4 人

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

5789. laya.ui.ColorPicker_API3.0 [ 48%]

...ete():void { trace("资源加载完成!"); var colorPicket:ColorPicker = new ColorPicker();//创建一个 ColorPicker 类的实例对象 colorPicket 。 colorPicket.skin = "resource/ui/color.png";//设置 colorPicket 的皮肤。 colorPicket.x = 100;//设置 colorPicket 对象的属性 x 的值,...

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

5790. spine骨骼动画如何获取某个骨骼的坐标 [ 48%]

...dex:int = getAniClipIndex(nameOrIndex); var curOriginalData:Float32Array = new Float32Array(_templet.getTotalkeyframesLength(aniClipIndex));   var interval:Number = 1000.0 / _player.cacheFrameRate; var playTime:Number = _templet.getAniDuration(aniClipIndex); var lenJ:int = playTime / interval; for ...

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