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

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

651. laya.ui.ComboBox_API3.0 [ 47%]

...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void contains contains(node: Node): boolean Inherited from Node.contains Defined in laya/display/Node.ts:546 当前容器是否包含指定的 Node 节点对象 。 Parameters node: Node 指定的 Node...

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

652. laya.ui.Label_API3.0 [ 47%]

...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void contains contains(node: Node): boolean Inherited from Node.contains Defined in laya/display/Node.ts:546 当前容器是否包含指定的 Node 节点对象 。 Parameters node: Node 指定的 Node...

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

653. laya.ui.Tab_API3.0 [ 47%]

...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void contains contains(node: Node): boolean Inherited from Node.contains Defined in laya/display/Node.ts:546 当前容器是否包含指定的 Node 节点对象 。 Parameters node: Node 指定的 Node...

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

654. laya.ani.bone.Skeleton [ 47%]

...动画文件路径  complete:Handler (default = null) — 加载完成的回调函数  aniMode:int (default = 0) — 与Skeleton.init的aniMode作用一致 paused()method  public function paused():void 暂停动画的播放 play()method  public function play(nameOrIndex:*, loop:Boolean, force:Bo...

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

655. laya.ui.List_API3.0 [ 47%]

...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void contains contains(node: Node): boolean Inherited from Node.contains Defined in laya/display/Node.ts:546 当前容器是否包含指定的 Node 节点对象 。 Parameters node: Node 指定的 Node...

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

656. 粒子-粒子演示1 [ 47%]

...ll, Loader.JSON); } onAssetsLoaded(settings) { // 当load数组的时候,回调函数传入的参数不再是资源,可以通过以下方法获取资源 // let settings = Laya.loader.getRes(partPath); const Particle2D = Laya.Particle2D; // 创建 Particle2D 实例 let partIns = new Particle2D(se...

来源: Laya2.0_示例 发布时间: 20241118

657. laya.media.SoundNode [ 47%]

...efault = 1) — 循环次数  complete:Handler (default = null) — 完成回调 stop()method  public function stop():void 停止播放 Sat Apr 22 2017, 10:26 AM +08:00

来源: laya_api 发布时间: 20170422

658. 粒子-粒子演示2 [ 47%]

...ll, Loader.JSON); } onAssetsLoaded(settings) { // 当load数组的时候,回调函数传入的参数不再是资源,可以通过以下方法获取资源 // let settings = Laya.loader.getRes(partPath); const Particle2D = Laya.Particle2D; // 创建 Particle2D 实例 let partIns = new Particle2D(se...

来源: Laya2.0_示例 发布时间: 20241118

659. 粒子-粒子演示3 [ 47%]

...ll, Loader.JSON); } onAssetsLoaded(settings) { // 当load数组的时候,回调函数传入的参数不再是资源,可以通过以下方法获取资源 // let settings = Laya.loader.getRes(partPath); const Particle2D = Laya.Particle2D; // 创建 Particle2D 实例 let partIns = new Particle2D(se...

来源: Laya2.0_示例 发布时间: 20241118

660. tween complete 报错 以及如何判断对象正在缓动中 [ 47%]

...ete(),否则调用to方法同时将该变量设为false,在缓动完成回调函数中将该值设为true。 注意complete()是Tween对象方法,你要这样  var tween:Tween = Laya.Tween.to(...); tween.complete(); 2017-11-22 1 0 分享 微博 QZONE 微信 wudi199553 赞同来自: http://ld...

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