大约有 3,272 项符合查询结果, 库内数据总量为 31,629 项。 (搜索耗时: 0.0064 秒)
...="cursor:url('mouse/mouseb.png'),url('mouse/aero_unavail_xl.cur'),pointer"> 位置2:若进入游戏后修改光标样式,可通过获取body再定义style实现。 //鼠标样式 var body = laya.utils.Browser.window.document.getElementsByTagName("body")[0]; body.setAttribute('style', "cursor:...
来源: Laya_社区 发布时间: 20180723
...中是否激活。 components get components(): ReadonlyArray<Component> Inherited from Node.components Defined in laya/display/Node.ts:983 返回所有组件实例。 Returns ReadonlyArray<Component> 返回组件实例数组。 destroyed get destroyed(): boolean Inherited from Node.dest...
来源: Laya3.0_api 发布时间: 20231115
...加的元素始终保持在最底部显示? LayaFlash:求ByteArray.jas ->readMultiByte对gb2312的实现翻译 关于Laya实现Matter.js官方案例凹多边形的问题 成都雨墨游戏 求 laya 程序开发人员 Laya mac版的IDE 是没测试就上线了吗? 在线急等,发现你们...
来源: Laya_社区 发布时间: 20180319
... Revision: '0' ABI: 'arm64' pid: 10681, tid: 11094, name: GLThread 2653 >>> com.iogame.wipeout3d <<< signal 5 (SIGTRAP), code 1 (TRAP_BRKPT), fault addr 0x7f8780c0f0 x0 0000000000000000 x1 0000000000000000 x2 0000000000000000 x3 0000000000000009 ...
来源: Laya_社区 发布时间: 20191206
...现Matter.js官方案例凹多边形的问题 LayaFlash:求ByteArray.jas ->readMultiByte对gb2312的实现翻译 iphone自带浏览器页面怎么锁定 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 请问下loader如何强制加载一个文件,避免浏览器的缓...
来源: Laya_社区 发布时间: 20180428
... timerFont.loadFont('res/timerfont.fnt', Laya.Handler.create(this, () => { Laya.Text.registerBitmapFont('Name', timerFont); Laya.loader.load("res/atlas/comp.atlas", Handler.create(null, onLoaded)); })); } function onLoaded(): void { //实例UI...
来源: Laya_社区 发布时间: 20180509
...内的元素 真机调试报错:LayaPlayer不支持的标签</SCRIPT> 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 问题状态 最新活动: 2017-01-03 21:44 浏览: 1404 关注: 2 人 Laya_XS • 2016-12-30 21:39 这个问题节...
来源: Laya_社区 发布时间: 20161230
...PressedFunction) { Laya.Browser.window.conch.setOnBackPressedFunction(() => { Laya.Browser.window.conchConfig.setScreenOrientation(0); }); } } 2018-12-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaro...
来源: Laya_社区 发布时间: 20181227
...动画资源 Laya.loader.load("resources/boy/spineboy-pma.skel").then(() => { //添加spine组件 this.spine = this.sprite.addComponent(Laya.Spine2DRenderNode); this.spine.source = "resources/boy/spineboy-pma.skel"; this.spine.animationName = "walk"; }); } } 另外,spine的GPU渲染优化,默...
来源: Laya3.0_文档 发布时间: 20250104
...X = offset[0]; offsetY = offset[1]; } if (scale > 0) cell.scale(scale); var x = col * cellSize + offsetX; var y = row * cellSize + offsetY; cell.pos(x, y); cell.zOrder = 2; return cell; ...
来源: Laya_社区 发布时间: 20170410