大约有 1,210 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0045 秒)
Laya2.0_文档(638) Laya_社区(374) Laya3.0_文档(187) laya_api(3) Laya_示例(2) Laya3.0_api(2) Laya2.0_示例(2) Laya2.0_api(2)
...ht reserved,powered by LayaAir Engine更新时间: 2024-10-14 20:58:48 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20241014
... 提交 2 个回复 Laya_XS 赞同来自: chensa222 你的问题是因为dimg是image,ape是sprite。默认dimg是通过skin赋值的,但是你点击图片后把dimg传过去在通过loadImage赋值,其实loadImage跟skin赋值的操作是不一样的。你这样调整下就行了: function ...
来源: Laya_社区 发布时间: 20170217
...;span style="color:white;font:24px Arial">paragraph 2</span>\ <img src="https://layaair.ldc.layabox.co ... ot%3B style="width:100;height:100" onclick="this.style.display=\'none\';" />\ <span style="color:white;font:24px Arial">paragraph 3</span>'; p.innerHTML = html; p.inn...
来源: Laya_社区 发布时间: 20180808
...rcle(100, 100, 50, '#ffffff'); Laya.timer.once(3000, this, () => { this.img.mask = this._sp; }) }之后编译项目 2. 使用iphone手机的safari扫码功能运行项目 3秒中之后必现黑屏 手机型号: iphone 6s 系统 13.1.3 使用qq浏览器扫码一样的结果,应该是ios环境...
来源: Laya_社区 发布时间: 20191215
...is.vy += 0.25; console.log("222222"); if (this.ball.y + this.vy >= this.img1 ||this.ball.y + this.vy <= 0) { this.vy = -this.vy; console.log("33333"); } if (this.ball.x + this.vx > this.stageWidth ||this.ball.x + this.vx < 0) { this.vx = -this.vx; console.log("444444"); } if (this.ball.y...
来源: Laya_社区 发布时间: 20171108
...同来自: 更换资源之前你将原来显示的图片清理掉就好了 img.graphics.clear(); 2018-03-21 0 0 分享 微博 QZONE 微信 qian 赞同来自: matthew_liu http://ldc.layabox.com/doc/?nav=zh-as-3-2-7 看一下这个 2018-03-20 1 3 分享 微博 QZONE 微信 为什么被折叠? 0 个回...
来源: Laya_社区 发布时间: 20180320
...束的极限会限制该运动。 约束赋予刚体以下自由度: ![](img/DegreesOfFreedom.png) | 约束 | 功能 | | ----------------------- | ---------------------------------------- | | Character Constraint | 模拟球窝关节(ball and socket joint),例如臀部或肩膀。 约束所有...
来源: Laya2.0_文档 发布时间: 20210715
...rial = this.mat; barrel3.meshRenderer.sharedMaterial = this.mat; } ``` ![](img/1.png)(图1)
来源: Laya2.0_文档 发布时间: 20210715
...rsion`,这个目录为apk自动更新的代码,如下图1所示: ![图1](img/1.jpg) 2、在MainActivity.java中的onCreate函数,会先调用checkApkUpdate,如果没有更新或者更新完成后,再回调到initEngine函数,如果开发者不想要apkUpdate功能,可以删除该函数,...
来源: Laya2.0_文档 发布时间: 20210715
...r.sharedMaterial = mat; barrel3.meshRenderer.sharedMaterial = mat; ``` ![](img/1.png)(图1)
来源: Laya2.0_文档 发布时间: 20210714