大约有 485 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0054 秒)
Laya_社区(155) Laya3.0_api(139) Laya2.0_api(67) laya_api(56) Laya2.0_文档(44) Laya3.0_文档(21) Laya2.0_示例(3)
...标转换至百度地图坐标,由于它是作为convertor.translate()的参数,所以触发时作用域会被改变,因此在这里绑定了该函数的作用域。 ##### 2.1 init函数: ```typescript private init(): void { this.mapDiv = Laya.Browser.createElement("div"); Laya.Browser.doc...
来源: Laya2.0_文档 发布时间: 20210714
...0 0 分享 微博 QZONE 微信 shimp 赞同来自: 这里面arg是传什么参数???? 2017-08-08 0 0 分享 微博 QZONE 微信 shimp 赞同来自: RES中第24行 Laya.loader.load("res/" + srcName,new Laya.Handler(caller,function(arg: any){ 这里面的arg是如何传入?有...
来源: Laya_社区 发布时间: 20161011
...pdateToWorldState(state:RenderState):Boolean 更新灯光相关渲染状态参数。 LightSpriteProtected Methods Show Inherited Protected Methods Show Inherited Protected Methods MethodDefined By _addSelfRenderObjects():void[override] 添加自身渲染物体,请重载此函数。 LightSprite...
来源: laya_api 发布时间: 20170929
...l data: any (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个参数 p ,且 p 是一个数组,则需要使用结构如:[p],其他的单个参数 p ,可以直接传入参数 p。 Returns ...
来源: Laya3.0_api 发布时间: 20231115
...onName。 Default value args: any[] = null 传递给 method 函数的可选参数列表。 Returns void clearTimer clearTimer(caller: any, method: Function): void Inherited from Node.clearTimer Defined in laya/display/Node.ts:609 清理定时器。功能同Laya.timer.clearTimer()。 Parameters calle...
来源: Laya3.0_api 发布时间: 20231115
...间, * 注意如果成功了不会返回ArrayBuffer,不要使用这个参数。因为可能太大。 */ declare var downloadBigFile:(url:string, local:string, onprog:(total:number,now:number,speed:number)=>boolean,oncomp:(curlret:number, httpret:number)=>void, trynum:number, opttimeout:num...
来源: Laya3.0_文档 发布时间: 20241024
....WeakObject怎么遍历key? layabox 程序 访问index.html?key='aaa' key参数启动类怎么获取? 为什么Loader.loadedMap里面的key存的是全路径,而不存相对路径呢? Laya.Tween 的属性列表的key 不能是变量? unity3d sentinel key not found Laya 2.0 Array Dictionary ...
来源: Laya_社区 发布时间: 20190116
...onName。 Default value args: any[] = null 传递给 method 函数的可选参数列表。 Returns void clearTimer clearTimer(caller: any, method: Function): void Inherited from Node.clearTimer Defined in laya/display/Node.ts:609 清理定时器。功能同Laya.timer.clearTimer()。 Parameters calle...
来源: Laya3.0_api 发布时间: 20231115
...到; var appid=小游戏的appid; var secret=小游戏的秘钥; 第四个参数为固定值 wx.request( { url:"https://api.weixin.qq.com/sns/jscode2session? appid="+appid+"&secret="+secret+"&js_code="+code+"&grant_type=authorization_code", success:function(res) { console.log("获取...
来源: Laya_社区 发布时间: 20180914
...否循环播放,调用play(...)方法时,会将此值设置为指定的参数值。 mouseThrough mouseThrough: boolean = false Inherited from Text.mouseThrough Defined in laya/display/Sprite.ts:260 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件的捕...
来源: Laya3.0_api 发布时间: 20231115