大约有 43 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0030 秒)
...谢您的回复,技术这边已经排期处理了,是这样您使用的Drag_Move事件确实无法拖拽,建议您使用Mouse_drag事件,能够正常拖拽物体,Drag_move事件目前已经弃用。您可以尝试一下,是否能解决您的问题 希望我的回复能帮助到您 无名...
来源: Laya_社区 发布时间: 20231211
...改3.1 2D和3D统一接口,3.2 2D能对3D正确遮挡。3.3 新增 MOUSE_DRAG和MOUSE_DRAG_END3.4 删除了RIGHT_MOUSE_DOWN和RIGHT_MOUSE_UP3.5 事件汇总4、LayaAir3.0 组件系统修改5、Runtime的使用差异6、2D动画2.0引擎开发者使用3.0的差异汇总 Author:谷主 && C...
来源: Laya3.0_文档 发布时间: 20230406
... { switch (e.type) { case Laya.Event.MOUSE_MOVE: this.drag.x = e.stageX; this.drag.y = e.stageY; console.log(e.stageY, Laya.stage.mouseY, this.drag.y, "aaaaa") break; } } 视频结尾的打印906是物体的坐标,手指在Y轴:1300左右移动...
来源: Laya_社区 发布时间: 20230619
...r WebGL = Laya.WebGL; var ApePath = "../../res/apes/monkey2.png"; var ape, dragRegion; (function() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scale...
来源: Laya_示例 发布时间: 20241118
...click[static] 定义 doubleclick 事件对象的 type 属性值。Event DRAG_END : String = dragend[static] 定义 dragend 事件对象的 type 属性值。Event DRAG_MOVE : String = dragmove[static] 定义 dragmove 事件对象的 type 属性值。Event DRAG_START : String = dragstart[stat...
来源: Laya2.0_api 发布时间: 20190513
...click[static] 定义 doubleclick 事件对象的 type 属性值。Event DRAG_END : String = dragend[static] 定义 dragend 事件对象的 type 属性值。Event DRAG_MOVE : String = dragmove[static] 定义 dragmove 事件对象的 type 属性值。Event DRAG_START : String = dragstart[stat...
来源: laya_api 发布时间: 20170929
Dialog组件参考1、Dialog组件创建2、Dialog属性介绍2.1 Drag Area属性2.2 Is Modal属性2.3 Is Show Effect 属性2.4 Is Popup Center属性3、代码创建Dialog组件Dialog组件参考 Dialog继承于View,主要用于弹窗面板, 1、Dialog组件创建 Dialog组件可以通过IDE的...
来源: Laya3.0_文档 发布时间: 20230303
...的地址:https://layaair.ldc.layabox.com/demo/?2d&Interaction&Drag 不得不吐槽一下,你们layabox的官方教程简直太简略,而且社区里的很多回答也是简略至极,这一点layabox远远不如白鹭。。。。 我改的代码如下: module laya { import Spr...
来源: Laya_社区 发布时间: 20171106
...) { str += ` {${i} : ${data.touches[i].pos.toString()}}`; } } console.log("drag mouse down", str); }); Laya.stage.on(Laya.Event.MOUSE_UP, this, (data: Laya.Event) => { let str = ""; if (data.touches) { for (let i = 0; i < data.touches.length; i++) { str += ` {${i} : ${data.touches[i].pos.toStr...
来源: Laya_社区 发布时间: 20230823
...存的手机扫都是黑屏 大家都是怎么加载动画的 橡皮筋的drag事件是否是在panel上触发,我试过在scrollBar和panel 上监听drag事件,都是无效的,我想实现上拉加载显示加载进度条,请问如何实现 问题状态 最新活动: 2017-12-21 19:06 浏览...
来源: Laya_社区 发布时间: 20171221