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

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

511. laya.ui.Clip_API3.0 [ 46%]

...。 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

512. laya.ani.bone.Templet_API3.0 [ 46%]

...。 Parameters type: string 事件类型。 Optional data: any (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个参数 p ,且 p 是一个数组,则需要使用结构如:[p],其他的单...

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

513. 缓存工具-layadcc · LayaAir3.0文档 · LAYABOX [ 46%]

... * 可以用这个函数来实现集中下载。 * * @param progress 进度回调,从0到1 * 注意:在开始同步之前可能会有一定的延迟,这期间会进行目录节点的下载。不过目前的实现这一步在init的时候就完成了 * */ async updateAll(progress:(p:number)=&gt...

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

514. laya.ui.Label_API3.0 [ 46%]

...。 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

515. laya.ui.Image_API3.0 [ 46%]

...。 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

516. Animation 先clear当前的动画, 然后从浏览器缓存 加载下一个动画会闪一下,这个怎么解决? [ 46%]

...,有没有官方人员帮忙解决一下啊 骨骼动画播放完后的回调时间 iphone自带浏览器页面怎么锁定 Animator 如何获取当前所有动画名称呢?或者所有的AnimationClip呢? 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 怎样获取浏...

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

517. laya.ui.FontClip_API3.0 [ 46%]

...。 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

518. laya.ui.TextInput_API3.0 [ 46%]

...。 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

519. 二次开发(TypeScript-LayaNative原生服务-LayaNative进阶) [ 46%]

...函数运行在脚本线程,更新UI需要转到UI线程,支持异步回调函数。 OC源文件后缀要改成.mm,OC的方法是静态的类方法要用+。 通过上述方法可以很方便的进行原生代码相关的二次开发。 ## 3.平台代码(android/ios)主动执行js脚本 ##...

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

520. laya.display.Scene [ 46%]

...tring — 场景地址  complete:Handler (default = null) — 加载完成回调,返回场景实例(可选)  progress:Handler (default = null) — 加载进度回调(可选) onClosed()method  public function onClosed(type:String = null):void关闭完成后,调用此方法(如果有...

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