大约有 322 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0045 秒)
...dge类中的方法,请求官方帮助, Tween的to方法完成缓动后的回调怎么写,Tween.to(beginbox,{x:-Laya.Browser.width},1000,null,aaa,0,false);aaa是一个测试方法 注册函数里面 事件侦听函数的执行域 的详解 websocket 中 protobuf 数据的发送与接收的具体...
来源: Laya_社区 发布时间: 20170317
Laya.loader.load怎么停止回调 this._load = Laya.loader.load(this._data.url, Laya.Handler.create(this, this.loadComplete), null, Laya.Loader.ATLAS); 如果我想在加载的过程中 不去触发 loadComplete方法 我该怎么办? this._load.off(Laya.Event.COMPLETE, this, this.loadComplete);...
来源: Laya_社区 发布时间: 20171221
Laya.loader.create 进度回调函数执行两次!!! 上次发问题一直没有回复 Laya.loader.create("Main/SMain.ls",Laya.Handler.create(this,this.on3DComplete),Laya.Handler.create(this,this.onProgress,null,false)); Manager.prototype.onProgress = function(value) { console.log("value=="+Math.fl...
来源: Laya_社区 发布时间: 20180717
...接 提交 2 个回复 Laya_XS 赞同来自: sixsir [1,2]这样写代表在回调函数那边要接收2个参数,而这两个参数的数据类型为数字整型。 2016-12-10 1 1 分享 微博 QZONE 微信 sixsir 赞同来自: 我后面明白了,原来laya传出来的参数把我传入的数组...
来源: Laya_社区 发布时间: 20161210
...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void clone clone(): Node Inherited from PixelLineSprite3D.clone Defined in laya/d3/core/Sprite3D.ts:296 克隆。 Returns Node 克隆副本。 contains contains(node: Node): boolean Inherited from Node...
来源: Laya3.0_api 发布时间: 20231102
...几个方法仅供参考 1、给button监听Event.DOWN事件,在Down的回调函数中监听Event.MOVE事件,在Move事件的回调中让button.x=laya.stage.mouseX,button.y=laya.stage.mouseY 2、直接在Event.DOWN回调函数下,设置button.startDrag()方法 2016-09-07 1 1 分享 微...
来源: Laya_社区 发布时间: 20160907
...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void clone clone(): Node Inherited from RenderableSprite3D.clone Defined in laya/d3/core/Sprite3D.ts:300 克隆。 Returns Node 克隆副本。 contains contains(node: Node): boolean Inherited from Nod...
来源: Laya3.0_api 发布时间: 20231115
...。 Parameters type: string 事件类型。 Optional data: any (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个参数 p ,且 p 是一个数组,则需要使用结构如:[p],其他的单...
来源: Laya3.0_api 发布时间: 20231115
...远程地址 * @param local 存到本地文件 * @param onprog 下载进度回调 * @param oncomp 下载完成回调 * @param trynum 重试次数(0无限重试) * @param opttimeout 超时时间(建议足够大) */ declare var downloadBigFile:(url:string, local:string, onprog:(total:number,no...
来源: Laya2.0_文档 发布时间: 20210714
...。 Parameters type: string 事件类型。 Optional data: any (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个参数 p ,且 p 是一个数组,则需要使用结构如:[p],其他的单...
来源: Laya3.0_api 发布时间: 20231115