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

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

701. laya.ui.List [ 35%]

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

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

702. laya.d3.core.particleShuriKen.ShuriKenParticle3D [ 34%]

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

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

703. laya.display.Text [ 34%]

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

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

704. laya.display.Input [ 34%]

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

来源: laya_api 发布时间: 20170929

705. laya.display.Text [ 33%]

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

来源: laya_api 发布时间: 20170929

706. laya.net.Loader_API3.0 [ 31%]

...ader.ts:859 清理当前未完成的加载,所有未加载的内容全部停止加载。 Returns void event event(type: string, data?: any): boolean Inherited from EventDispatcher.event Defined in laya/events/EventDispatcher.ts:32 派发事件。 Parameters type: string 事件类型。 Optional da...

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

707. 缓动动画(JavaScript-LayaAir基础篇(JS)-动画基础) [ 29%]

...对象的x或y轴的缓动距离等目标值设置,以及缓动开始、停止、清理等设置。更多Tween的API `Ease`类定义了大量的缓动函数,以便实现 `Tween` 动画的具体缓动效果。LayaAir引擎的Tween类与Ease类结合使用,能基本满足游戏开发的缓动效...

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

708. 2D性能优化 · LayaAir3.0文档 · LAYABOX [ 29%]

...,尤其是循环处理,当无需使用时,一定要及时回收,或停止循环。 LayaAir提供两种计时器循环来执行代码块。 Laya.timer.frameLoop执行频率依赖于帧频率,可通过Stat.FPS查看当前帧频。 Laya.timer.loop执行频率依赖于参数指定时间。 Lay...

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

709. 基础文本 · LayaAir3.0文档 · LAYABOX [ 29%]

...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_文档 发布时间: 20241014

710. 缓动动画(TypeScript-LayaAir基础篇(TS)-动画基础) [ 28%]

...对象的x或y轴的缓动距离等目标值设置,以及缓动开始、停止、清理等设置。更多Tween的API `Ease`类定义了大量的缓动函数,以便实现 `Tween` 动画的具体缓动效果。LayaAir引擎的Tween类与Ease类结合使用,能基本满足游戏开发的缓动效...

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