• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 30 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0035 秒)

11. off鼠标事件起作用 [ 75%]

...内容上下拖动的效果,当对stage绑定mousemove移动事件,在mouseup事件里移除起作用 已解决,是有一单词写错了! 附件 : --> laya.rar 2017-10-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...

来源: Laya_社区 发布时间: 20171016

12. 物体随着鼠标滑动旋转脚本 [ 74%]

...Laya.stage.on("mousedown", this, this.mouseDown);      Laya.stage.on("mouseup", this, this.mouseUp);     Laya.stage.on("mouseout", this, this.mouseOut);     _this.Obj = owner; } // ObjectRotate.prototype._update = function (state) {     ObjectRotate.__super.prototype._update.call(th...

来源: Laya_社区 发布时间: 20170810

13. MOUSE_UP事件 [ 74%]

...其实上还是为i=2监听的么?没什么意义了 如果你这边mouseup确实有问题的话麻烦上传一个有问题的例子,我们看下 dandanqin • 2018-01-16 15:35 并是为了i=2的监听,this["_role_"+i]是三个控件,是三个都能监听的,前两个监听...

来源: Laya_社区 发布时间: 20180116

14. 如何能监听到TouchStart和TouchEnd事件 [ 67%]

...。*/         static MOUSE_DOWN: string;         /** 定义 mouseup 事件对象的 type 属性值。*/         static MOUSE_UP: string;         /** 定义 click 事件对象的 type 属性值。*/         static CLICK: string;         /** 定义 rightmoused...

来源: Laya_社区 发布时间: 20170601

15. laya3d 增加全局触控 [ 63%]

...unction(event){_self.onActDown(event);},false); document.addEventListener("mouseup",function(event){_self.onActUp(event);},false); document.addEventListener( 'touchstart', function(event){ _self.onActDown(event) }, false ); document.addEventListener( 'touchend', function(event){ _self.onActUp(event)...

来源: Laya_社区 发布时间: 20180114

16. 关于UI与3D场景的问题 [ 58%]

...节点 *@param touchID touchID *@param isLeft 是否为左键 */ __proto.onMouseUp=function(ele,touchID,isLeft){ (isLeft===void 0)&& (isLeft=false); if (!this.enable) return; var preO; var tO; var arrs; var oldArr; var i=0,len=0; var tar; var sendArr; var onMobile=Browser.onMobile; arrs=this...

来源: Laya_社区 发布时间: 20180529

17. 请问 layaair2.0的js有没有api可以查询 例如Laya.Script [ 55%]

...出来了   onMouseDown(e){ console.log("mouseDown "+e.target.name); } onMouseUp(e){ console.log("mouseup"); } 2018-10-29 0 0 分享 微博 QZONE 微信 coder 赞同来自: 可是 https://layaair.ldc.layabox.com/api 实在没有对js有什么描述,现在两眼一片黑,全靠摸索啊,请求...

来源: Laya_社区 发布时间: 20181029

18. 动效模板(JavaScript-LayaAir基础篇(JS)-动画基础) [ 51%]

...,将动效模板拖到`Button`组件下,并设置`playEvent`属性为`mouseup`。如图13所示。 ![14](img/13.png)(图13) 最后保存下,按F12导出UI,然后在项目中再次编译刚才的代码。运行效果如动图14所示,在连续按下和弹起的事件下,动画效果非常...

来源: Laya2.0_文档 发布时间: 20210715

19. 动效模板(TypeScript-LayaAir基础篇(TS)-动画基础) [ 51%]

...,将动效模板拖到`Button`组件下,并设置`playEvent`属性为`mouseup`。如图13所示。 ![14](img/13.png)(图13) 最后保存下,按F12导出UI,然后在项目中再次编译刚才的代码。运行效果如动图14所示,在连续按下和弹起的事件下,动画效果非常...

来源: Laya2.0_文档 发布时间: 20210715

20. 动效模板(ActionScript-LayaAir基础篇(AS3)-动画基础) [ 50%]

...中,将动效模板拖到Button组件下,并设置`playEvent`属性为`mouseup`。如图13所示。 ![图13](img/13.png) (图13) 最后保存后,按F12导出UI,然后在项目中再次编译刚才的代码。运行效果如动图14所示,在连续按下和弹起的事件下,动画效果...

来源: Laya2.0_文档 发布时间: 20210715