大约有 163 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0061 秒)
...plication/x-www-form-urlencoded 代码如下: static httpRequest(method:string, url:string, data:any, headers:Array<string>, cb:(err:Error, data?:any)=>void) { let req = new Request(); req.on(Event.COMPLETE, this, (data) => { cb(null, data); }); req.on(Event.ERROR, this, (err) => {...
来源: Laya_社区 发布时间: 20170123
...锁,如果true为不能使用自动释放机制。 Optional name name: string Inherited from Resource.name Defined in laya/resource/Resource.ts:105 名称。 renderQueue renderQueue: number Inherited from Material.renderQueue Defined in laya/d3/core/material/Material.ts:100 所属渲染队列. url...
来源: Laya3.0_api 发布时间: 20231115
...锁,如果true为不能使用自动释放机制。 Optional name name: string Inherited from Resource.name Defined in laya/resource/Resource.ts:105 名称。 renderQueue renderQueue: number Inherited from Material.renderQueue Defined in laya/d3/core/material/Material.ts:100 所属渲染队列. url...
来源: Laya3.0_api 发布时间: 20231115
...锁,如果true为不能使用自动释放机制。 Optional name name: string Inherited from Resource.name Defined in laya/resource/Resource.ts:105 名称。 renderQueue renderQueue: number Inherited from Material.renderQueue Defined in laya/d3/core/material/Material.ts:100 所属渲染队列. url...
来源: Laya3.0_api 发布时间: 20231115
...mRootBone: Bone Defined in laya/ani/bone/Templet.ts:82 Optional name name: string Inherited from Resource.name Defined in laya/resource/Resource.ts:105 名称。 pathArr pathArr: any[] = [] Defined in laya/ani/bone/Templet.ts:46 path数据 rate rate: number = 30 Defined in laya/ani/bone/Templet.ts:3...
来源: Laya3.0_api 发布时间: 20231115
...锁,如果true为不能使用自动释放机制。 Optional name name: string Inherited from Resource.name Defined in laya/resource/Resource.ts:105 名称。 renderQueue renderQueue: number Inherited from Material.renderQueue Defined in laya/d3/core/material/Material.ts:100 所属渲染队列. url...
来源: Laya3.0_api 发布时间: 20231115
...,就创建多少个动画关键帧 */ private createAniTemplate(name: string, len: number = 8): void { let aniFrames: Array<string> = []; for (let i: number = 0; i < len; i++) { aniFrames.push("resources/UI/role/atlasAni2/139x/" + name + i + ".png"); } ...
来源: Laya_社区 发布时间: 20230707
...NE 微信 风信子 赞同来自: private createAnimation(images: Array<string>): Laya.Animation { this.animation = new Laya.Animation(); this.ui.addChild(this.animation); this.animation.loadImages(images); this.animation.interval = 70; this.animation.play(0); return this.animation } 我不...
来源: Laya_社区 发布时间: 20190325
...(instance instanceof Object) { var copyInstance = {...(instance as { [key: string]: any }), } as { [key: string]: any } for (var attr in instance) { if ((instance as Object).hasOwnProperty(attr)) copyInstance[attr] = GameUtils.deepCopy<any>(instance[attr]) } return copyInstance as T } return i...
来源: Laya_社区 发布时间: 20230625
...的参数却是个int类型? 加载一个txt文件 getRes出来类型为string 能转换成数组吗 laya 怎么不用图集加载多图为帧数组。。 遍历相关问题 layabox里as3-proto数组转出来有问题 划完线后 删除数组点坐标,线条消失 这是为何 怎样将这个...
来源: Laya_社区 发布时间: 20170420