大约有 54 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0032 秒)
...相关的链接 提交 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
...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
... x is current render target width in pixels x是当前渲染目标在像素值中宽度 y is current render target height i...
来源: Laya_社区 发布时间: 20200221
...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
Snippets的问题 请问技术大大们,layaair 的Snippets不支持CURRENT_YEAR,和TM_FILENAME_BASE吗?vs code是支持的。帮忙解答下,谢谢 附件 : --> 2019-05-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...
来源: Laya_社区 发布时间: 20190506
... 0 分享 微博 QZONE 微信 a573859380 赞同来自: 设置了没用啊! currentKeyframeIndex没变啊 2017-07-19 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 a573859380 相关问题 laya针对页游耗用内存大的问题是如...
来源: Laya_社区 发布时间: 20170719
...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
...个回复 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
...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
...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