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

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

31. [0]Timer的偶发性Bug [ 74%]

... 吃鱼的陆 赞同来自: 吓得我赶紧看看我的timer   clearAll(target: any = null) { if (!target) { this.timers.length = 0; return; } var length = this.timers.length; for (var i = 0; i < length; i++) { var t: TimerLite = this.timers[i]; if (t.target == target) { t.destory(); } } } 2023-...

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

32. input 没有countType属性吗,可以调用系统的输入法,出现发送按钮样式。 [ 74%]

...hrome出现错误: Error processing launch: Error Could not attach to main target ios14系统下 blendMode='lighter' 图片异常 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 谷歌浏览器播放mp3出现The AudioContext was not allowe...

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

33. laya.ui.UIEvent [ 74%]

...处于活动状态 (true) 还是非活动状态 (false)。 Event currentTarget : Sprite 事件当前冒泡对象。Event delta : int滚轮滑动增量Event keyCode : int键盘值Event keyLocation : uint[read-only] 表示键在键盘上的位置。这对于区分在键盘上多次出现的键非...

来源: laya_api 发布时间: 20170929

34. laya.d3.js 29699行有时候会出现未定义属性 [ 74%]

...hrome出现错误: Error processing launch: Error Could not attach to main target 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 摄像机跟随刚体移动,刚体...

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

35. UI运行时 · LayaAir3.0文档 · LAYABOX [ 74%]

...s.searchButton(child); } } } //处理按钮缩放事件 onButtonScaleEvent(target: Laya.Button) { target.on(Laya.Event.MOUSE_DOWN, this, this._onScaleBtnDown); target.on(Laya.Event.MOUSE_UP, this, this._onScaleBtnOut); } //按钮放大 _onScaleBtnDown(e: Laya.Event) { console.log("开始缩放"); e....

来源: Laya3.0_文档 发布时间: 20241014

36. Laya Ide 无法调试 [ 73%]

...t to runtime process,timeout after 10000ms -(reason: cannot connect to the target :connect to the target :connect Econnrefused 127.0.0.1:9222)   错误:Debug adapter process has terminated unexpectedly   layabox ide 无法调试 ,console.log 打印无效,不知道是什么情况! 附件 : --...

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

37. /libs/layaeditor.d.ts' severity: '错误' message: '类型“typeof display”上不存在属性“GraphicAnimation” [ 73%]

...hrome出现错误: Error processing launch: Error Could not attach to main target 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 路径是对的,但老是,调试控制台提示:错误,图片是IDE自带的,也不显示 1.7.20bet...

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

38. Tween 缓动过程有触发回调函数么 [ 73%]

...ron 赞同来自: /** * 缓动对象的props属性到目标值。 * @param target 目标对象(即将更改属性值的对象)。 * @param props 变化的属性列表,比如{x:100,y:20,ease:Ease.backOut,complete:Handler.create(this,onComplete),update:new Handler(this,onComplete)}。 * @param durat...

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

39. 对[Image]的skin属性赋值assets_frameclip_XXX时遇到错误:ArgumentError.Error#1063 [ 73%]

...hrome出现错误: Error processing launch: Error Could not attach to main target 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 ProgressBar赋值问题 路径是对的,但老是,调试控制台提示:错误,图片是IDE自带的...

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

40. 请问在2.0版本的js中,如何获取mouse_move的鼠标坐标 [ 73%]

...Event] game.js:116 touchId=0 game.js:116 type=mousemove game.js:116 currentTarget=[object Object] game.js:116 target=[object Object] game.js:116 setTo=function (type,currentTarget,target){ this.type=type; this.currentTarget=currentTarget; this.target=target; return this; } game.js:116 stopPropagatio...

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