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

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

1. 安卓下 socket 连接不稳定【加急】 [ 100%]

...相关的链接 提交 5 个回复 lixiangyou 赞同来自: GameXtend is currently running in Automatic mode GameXtend is currently running in no_save Save power state.  my.app is currently running with GameXtend, with PS parameter = 1. , Ice parameter = 0. PS parameter source is PowerXtend configu...

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

2. Error: 代码包大小为 5533 kb,上限为 4096 kb,请删除文件后重试? [ 94%]

...constructor() { console.log(Laya.Browser.width, Laya.Browser.height); this.current = { x: 0, y: Laya.Browser.height }; // Laya.stage.bgColor = "#3F51B5"; this.sp = new Laya.Sprite(); Laya.stage.addChild(this.sp); } render() { console.log("render"); var l = [ 0, 0, 0, -(Laya.Browser.height >> 1...

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

3. 关于LAYA BOX SHADER uniform变量 有没有对应UNITY SHADER _ScreenParams : 屏幕参数 [ 88%]

...                                               x is current render target width in pixels x是当前渲染目标在像素值中宽度                                                                         y is current render target height i...

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

4. Cannot enlarge memory arrays. [ 87%]

...y arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value 16777216, (2) compile with -s ALLOW_MEMORY_GROWTH=1 which allows increasing the size at runtime but prevents some optimizations, (3) set Module.TOTAL_MEMORY to a higher value before the program runs, or (4) if y...

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

5. Snippets的问题 [ 75%]

Snippets的问题 请问技术大大们,layaair 的Snippets不支持CURRENT_YEAR,和TM_FILENAME_BASE吗?vs code是支持的。帮忙解答下,谢谢 附件 : --> 2019-05-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...

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

6. 骨骼动画问题 [ 75%]

... 0 分享 微博 QZONE 微信 a573859380 赞同来自: 设置了没用啊! currentKeyframeIndex没变啊   2017-07-19 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 a573859380 相关问题 laya针对页游耗用内存大的问题是如...

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

7. ios14新系统问题 [ 72%]

...useProgram=function(gl,program){ //ios14会报错“webgl location not for current program”注释这里暂时解决 // if (WebGLContext._useProgram===program) // return false; gl.useProgram(program); WebGLContext._useProgram=program; return true; } cdsc • 2020-11-16 16:51 @151*****986:是需要...

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

8. LAYAAIR TS开发 NODEJS版本不匹配问题 [ 71%]

...个回复 Caleb 赞同来自: 我今天下的NODEJS 10.14.1 LTS 及 11.4.0 CURRENT 只有3.2.2的TS版本,没有2.1.5的TS版本,怎么办呢?   2018-12-08 0 0 分享 微博 QZONE 微信 Caleb 赞同来自: 已经解决 2018-12-08 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复...

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

9. 全屏请求问题!!!求救啊!!求救啊!! [ 69%]

...ent.webkitFullscreenElement && !document.msFullscreenElement) { // current working methods launchIntoFullscreen(); return true; } else { if (document.exitFullscreen) document.exitFullscreen(); else if (document.msExitFullscreen) document.msExitFullscreen(); else if (document.mozCancelFullScr...

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

10. 3d物理引擎报错 [ 69%]

...rays. Either (1) compile with  -s TOTAL_MEMORY=X  with X higher than the current value 16777216, (2) compile with  -s ALLOW_MEMORY_GROWTH=1  which allows increasing the size at runtime but prevents some optimizations, (3) set Module.TOTAL_MEMORY to a higher value before the program runs, or (4) ...

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