大约有 6,598 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0104 秒)
Laya_社区(5247) Laya3.0_api(482) Laya2.0_文档(363) Laya_示例(154) Laya2.0_示例(116) Laya3.0_文档(105) Laya2.0_api(67) laya_api(64)
...如下崩溃 希望引擎开发人员能解决一下 /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 >>...
来源: Laya_社区 发布时间: 20180802
...ir3D 导出和使用U3D粒子特效 laya2.2 导出场景物理碰撞问题 new Laya.Sprite();绘制图形以后,怎么删除释放资源? unity到导出场景加载时抛异常,不知所措 问题状态 最新活动: 2020-05-22 22:51 浏览: 4683 关注: 4 人 野狗纽基 • 2020-05-18 11:43...
来源: Laya_社区 发布时间: 20200512
...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
...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
...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
...现在出现 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
...来自: cuixueying 自己鼓捣出来了。 Grid真确的调用方式是 new PathFinding.core.Grid()而不是Laya.Grid().这个问题在于忽略了Laya.class()的使用。 -------- 希望官方能完善一下相关 API 的使用 2017-06-29 1 0 分享 微博 QZONE 微信 cuixueying 赞同来自:...
来源: Laya_社区 发布时间: 20170627
...置获取不正确 1.7.15 小游戏3d 发布后在手机预览显示异常 new Laya.Sprite();绘制图形以后,怎么删除释放资源? 小游戏项目 加载有中文的json文件 报错 问题状态 最新活动: 2018-03-11 00:04 浏览: 1924 关注: 4 人
来源: Laya_社区 发布时间: 20180115
...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
...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