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

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

321. laya.d3.component.animator.AnimatorController_API3.0 [ 56%]

... in laya/events/EventDispatcher.ts:146 移除caller为target的所有事件监听 Parameters caller: any caller对象 Returns EventDispatcher on on(type: string, listener: Function): EventDispatcher on(type: string, caller: any, listener: Function, args?: any[]): EventDispatcher Inherited from Event...

来源: Laya3.0_api 发布时间: 20231115

322. laya.resource.Prefab_API3.0 [ 56%]

... in laya/events/EventDispatcher.ts:146 移除caller为target的所有事件监听 Parameters caller: any caller对象 Returns EventDispatcher on on(type: string, listener: Function): EventDispatcher on(type: string, caller: any, listener: Function, args?: any[]): EventDispatcher Inherited from Event...

来源: Laya3.0_api 发布时间: 20231115

323. 请问有没有方法能够获取“鼠标是否处于按下状态”? [ 56%]

...g92tong 、cuixueying 、Zabe 如果 你想 再鼠标 按下的时候  才监听 move事件的话! onMouseDown  中 Laya.stage.on(Event.MOUSE_MOVE, this, onMouseMove); onMouseUp  中   Laya.stage.off(Event.MOUSE_MOVE, this, onMouseMove); 也可以写个变量  ,down的时候为true,否...

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

324. 发布Oppo小游戏屏幕适配bug [ 56%]

...容相关的链接 提交 1 个回复 陈广文 赞同来自: oppo 不能监听 下面的函数重置ui。注释掉就好了。自问自答,希望有用。 Laya.stage.on(Laya.Event.RESIZE, this, this.resize);     static resize(): void { // let w = this.config.width; // let h = this.config.height...

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

325. 3D动画无法播放 [ 56%]

...dAt(0).getComponentByType(Animator) as Animator;             //监听默认动画完成后播放站立动画             shared.on(Event.COMPLETE,this,onAniComplete,[ani]);             //播放攻击动画             ani.play(); 在unity里测试正...

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

326. 关于checkbox全选的问题 [ 56%]

...}else{ trace("取消全选"); } },[cb_all])以上是关于底部ckeckbox的监听函数,想实现全部选择和全部取消的功能,试了很多方法都不行,请教有没有好的实现方案感谢. 附件 : --> 2017-10-19 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关...

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

327. laya.d3.animation.AnimationClip_API3.0 [ 56%]

... in laya/events/EventDispatcher.ts:146 移除caller为target的所有事件监听 Parameters caller: any caller对象 Returns EventDispatcher on on(type: string, listener: Function): EventDispatcher on(type: string, caller: any, listener: Function, args?: any[]): EventDispatcher Inherited from Event...

来源: Laya3.0_api 发布时间: 20231115

328. 无限循环滚动列表 [ 56%]

...享 微博 QZONE 微信 189*****192 赞同来自: 他也是自己写的  监听滑动  this._list.on(fairygui.Events.SCROLL, this, this.doSpecialEffect); 通过cell 距离 设置他的缩放比 MainPanel.prototype.doSpecialEffect = function () {         //change the scale according to the dis...

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

329. 批量预加载如果是图片或者声音类型,不会触发加载错误事件 [ 56%]

...听(A页面派发 B页面侦听) TextInput重写onFocus和onBlur事件监听不到 游戏运行在chrome里面 听不见声音 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target Animation如何加点击事件 关于遍历产生的sprite的点击...

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

330. 谷歌浏览器 不触发 ROLL_OVER 事件 [ 56%]

...听(A页面派发 B页面侦听) TextInput重写onFocus和onBlur事件监听不到 iphone自带浏览器页面怎么锁定 Animation如何加点击事件 关于遍历产生的sprite的点击事件,急,大神帮看哈 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. ...

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