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

大约有 253 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0059 秒)

111. 基础文本 · LayaAir3.3 · 引擎文档 · LAYABOX [ 52%]

...xt); Laya.stage.on(Laya.Event.MOUSE_UP, this, this.finishScrollText); } /* 停止滚动文本 */ finishScrollText() { Laya.stage.off(Laya.Event.MOUSE_MOVE, this, this.scrollText); Laya.stage.off(Laya.Event.MOUSE_UP, this, this.finishScrollText); } /* 鼠标滚动文本 */ scrollText() { let nowX = t...

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

112. laya.ani.swf.MovieClip [ 51%]

...换为本地坐标。 Sprite  gotoAndStop(index:int):void 跳到某帧并停止播放动画。 MovieClip hasListener(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher hitTestPoint(x:Number, y:Number):Boolean 检测某个点...

来源: Laya2.0_api 发布时间: 20190513

113. Layabox无法运行问题 [ 51%]

...wc,想实现教程中的hello layerbox项目 当前遇到问题: 进度停止在57%,启动失败,如下图 另外,网页上显示 请问下我是哪里配置出错还是什么问题? 附件 : --> 2017-01-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...

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

114. http无响应 [ 51%]

...是触摸没有滚动响应 三星手机点击不响应问题 显卡驱动停止响应,且大概率蓝屏 用FD+LayaAir做响应式html5,有人尝试过吗? 如何处理线条的点击事件,要求空白的地方不响应 两个sprite叠加在一起 如何一次操作同时响应两个事件 ...

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

115. laya.display.FrameAnimation [ 51%]

...前帧画面更新之后。 AnimationPlayerBase  clear():void[override] 停止动画播放,并清理对象属性。之后可存入对象池,方便对象复用。 FrameAnimation clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node...

来源: laya_api 发布时间: 20170929

116. laya.ui.ComboBox [ 50%]

...属性 mouseEnabled 的值为 true(如果父节点mouseEnabled=false,则停止设置父节点mouseEnabled属性)。 Sprite once(type:String, caller:*, listener:Function, args:Array = null):EventDispatcher[override] 增加事件侦听器,以使侦听器能够接收事件通知,此侦听事件...

来源: laya_api 发布时间: 20170929

117. laya.display.AnimationPlayerBase [ 50%]

...完成当前帧画面更新之后。 AnimationPlayerBase  clear():void 停止动画播放,并清理对象属性。之后可存入对象池,方便对象复用。 AnimationPlayerBase clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(...

来源: laya_api 发布时间: 20170929

118. laya.display.FrameAnimation [ 50%]

...一般用于延迟计算数据。 Node  clear():AnimationBase[override] 停止动画播放,并清理对象属性。之后可存入对象池,方便对象复用。 FrameAnimation clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node...

来源: Laya2.0_api 发布时间: 20190513

119. laya.particle.Particle2D [ 50%]

...属性 mouseEnabled 的值为 true(如果父节点mouseEnabled=false,则停止设置父节点mouseEnabled属性)。 Sprite once(type:String, caller:*, listener:Function, args:Array = null):EventDispatcher[override] 增加事件侦听器,以使侦听器能够接收事件通知,此侦听事件...

来源: laya_api 发布时间: 20170929

120. laya.ui.ComboBox [ 49%]

...属性 mouseEnabled 的值为 true(如果父节点mouseEnabled=false,则停止设置父节点mouseEnabled属性)。 Sprite onAwake():void 组件被激活后执行,此时所有节点和组件均已创建完毕,次方法只执行一次 此方法为虚方法,使用时重写覆盖即可 Node o...

来源: Laya2.0_api 发布时间: 20190513