大约有 1,852 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0060 秒)
Laya_社区(1624) Laya3.0_api(94) Laya2.0_文档(61) Laya3.0_文档(25) Laya2.0_api(22) laya_api(20) Laya_示例(3) Laya2.0_示例(3)
...== "mousedown") { _oldY = Laya.stage.mouseY; var itemBox:Box = _list.getCell(index); _itemHeight = itemBox.height; }else if(type.type == "mouseout") { ...
来源: Laya_社区 发布时间: 20171204
...无法拖放! 代码如下: @regClass() export class NewScript extends Laya.Script { //declare owner : Laya.Sprite3D; @property(String) public text: string = ""; @property(Laya.Image) public image: Laya.Image = null; constructor() { super(); ...
来源: Laya_社区 发布时间: 20230412
...找到相关结果 已邀请: 与内容相关的链接 提交 6 个回复 Laya_Aaron 赞同来自: 触发mouseUP 不是很正常嘛? 鼠标抬起就会触发 2018-07-24 0 0 分享 微博 QZONE 微信 东南西北风 赞同来自: 抱歉,打错了,是连续点击触发“MOUSE_OUT”事件 2018...
来源: Laya_社区 发布时间: 20180724
怎么在模拟点击事件 我想在laya中模拟DOM点击事件,可是为什么实现不了,有什么方法吗 Browser.document.getElementById('btn').click(); 2018-02-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...
来源: Laya_社区 发布时间: 20180228
Oppo加载.ls资源错误 Laya.loader.create("res/scenes/LayaScene_game/game.ls", Laya.Handler.create(this, () => { let gameScene = Laya.loader.getRes("res/scenes/LayaScene_game/game.ls") as Laya.Scene; Laya.stage.addChild(gameScene); }, null), Laya.Handler.create(this, (progress) => { consol...
来源: Laya_社区 发布时间: 20190711
...| Index | Frames No Frames ParticleRenderProperties | Methods Packagelaya.d3.coreClasspublic class ParticleRenderInheritanceParticleRender BaseRender EventDispatcher Object ... Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By boundingBox :...
来源: laya_api 发布时间: 20170603
...Muted) return null; } var tSound:Sound; if (!Browser.onMiniGame) { tSound= Laya.loader.getRes(url); } if (!soundClass) soundClass = _soundClass; if (!tSound) { tSound = new soundClass(); tSound.load(url); if (!Browser.onMiniGame) { Loader.cacheRes(url, tSound); } } var channel:SoundChannel; channel ...
来源: Laya_社区 发布时间: 20190115
... | Index | Frames No Frames GlitterRenderProperties | Methods Packagelaya.d3.coreClasspublic class GlitterRenderInheritanceGlitterRender BaseRender EventDispatcher Object ... Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By boundingBox : ...
来源: laya_api 发布时间: 20170929
[LayaAir3]LayaAir 3.3.0-beta.4目前出现的小概率问题反馈 1,如下销毁界面,会出现销毁不掉的情况出现,无法复现.原因是 底层url好像是资源ID和地址匹配不到导致 (无法复现,概率很小) Laya.Scene.destroy("Loading.ls") 2,如果出现md5版本管理后...
来源: Laya_社区 发布时间: 20250725
...: 请大佬们帮忙解惑 -_-! 2020-01-20 0 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 运行demo未发现抖动 2020-02-03 0 1 分享 微博 QZONE 微信 NilZ 赞同来自: 你提供的demo并没有出现抖动的情况,我该如何复现你所描述的问题? 2020-03-23 0 3 分享 ...
来源: Laya_社区 发布时间: 20200120