大约有 65 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0028 秒)
...var Stat = Laya.Stat; var WebGL = Laya.WebGL; var n = 2000; var d = 1; var current = 0; var objs = 17; var vx = 0; var vy = 0; var vz = 0; var points1 = []; var points2 = []; var points3 = []; var tpoint1 = []; var tpoint2 = []; var tpoint3 = []; var balls = []; (function() { // 不支持WebGL时自...
来源: Laya_示例 发布时间: 20251130
...var Stat = Laya.Stat; var WebGL = Laya.WebGL; var n = 2000; var d = 1; var current = 0; var objs = 17; var vx = 0; var vy = 0; var vz = 0; var points1 = []; var points2 = []; var points3 = []; var tpoint1 = []; var tpoint2 = []; var tpoint3 = []; var balls = []; (function() { // 不支持WebGL时自...
来源: Laya2.0_示例 发布时间: 20251130
...相关的链接 提交 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
...hy EventDispatcher WebXRSessionManager Index Properties baseReferenceSpace currentFrame currentTimestamp defaultHeightCompensation session viewerReferenceSpace EVENT_FRAME_LOOP EVENT_MANAGER_END Accessors currentFrameRate referenceSpace sessionMode supportedFrameRates Methods destroy endXRRenderLoop...
来源: Laya3.0_api 发布时间: 20231115
...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