大约有 1,615 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0055 秒)
Laya_社区(1128) Laya3.0_api(151) Laya2.0_api(106) laya_api(97) Laya2.0_文档(85) Laya3.0_文档(30) Laya2.0_示例(9) Laya_示例(9)
对象池的使用 private function creatRen(lei):void { var url:String switch(lei){ case 1: url = "tu/白.png" break; case 2: url = "tu/花旦.png" break; case 3: url = "tu/zhadan.png" break; } var nan:Image = Pool.getItemByClass("nam", Image); nan.skin = url; nan.x = Math.random() * 600 + 80; nan...
来源: Laya_社区 发布时间: 20171226
...资源 1.bmp _proto.MyHttpGet = function() { var url = "http://192.168.8.35:80/singer/1.bmp"; var req = new laya.net.HttpRequest(); req.on(laya.events.Event.COMPLETE, this, cb_onSuccess); req.on(laya.events.Event.ERROR, this, cb_onFail); ...
来源: Laya_社区 发布时间: 20170103
不带格式后缀的图片无法成功加载 let url = 'http://sf6-be-pack.pglstatp-toutiao.com/obj/ad.union.api/e285dd263aee2e8f7b302fa8d139de4c' Laya.loader.load(url, Laya.Handler.create(this, () => { let picTemp = Laya.Loader.getRes(url); console.log(picTemp.width) // undefined let nodee = n...
来源: Laya_社区 发布时间: 20211026
...源clearRes清除之后下次再用到load时加载失败 public LoadImg(url:string):void { Laya.loader.load([{ url:url, type: Laya.Loader.ATLAS }],Laya.Handler.create(this,this.Loa,null)); } private Loa():void { console.log("在又有意义有意义有意义有意义有意义有意义有意义有...
来源: Laya_社区 发布时间: 20180109
LayaAir2.0里用Laya.Scene.open(url)打开场景,如何往场景内传递参数 2018-10-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 少年 赞同来自: Laya.Scene.open("场景路径",“false”,);...
来源: Laya_社区 发布时间: 20181022
...uctors constructor Properties _id destroyedImmediately islooping lock name url uuid DEBUG Accessors cpuMemory destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory addEvent destroy duration ...
来源: Laya3.0_api 发布时间: 20231115
...annel SoundChannel 对象。 Returns void Static destroySound destroySound(url: string): void Defined in laya/media/SoundManager.ts:337 释放声音资源。 Parameters url: string 声音播放地址。 Returns void Static playMusic playMusic(url: string, loops?: number, complete?: Handler, startTim...
来源: Laya3.0_api 发布时间: 20231115
...成的资源 代码如下: _gameResCfgList 是一组资源类似 { url: CONFIG_MONSTER_LEV, type: Laya.Loader.JSON }, { url: CONFIG_TERRAIN, type: Laya.Loader.JSON }, { url: CONFIG_FORMATION_TEMPLATE, type: Laya.Loader.JSON }, { url: CONFIG_MOVE_PATH, type: Laya.Loader.JSON }, { url:...
来源: Laya_社区 发布时间: 20170808
...exture2D getPixels():Uint8Array 返回图片像素。 Texture2D load(url:String):Texture2D[static] 加载Texture2D。 Texture2D onAsynLoaded(url:String, data:*, params:Array):void[override] private Texture2DProtected Methods MethodDefined By detoryResource():void[override] 销毁资源...
来源: laya_api 发布时间: 20170929
...户端和服务器之间传输数据的功能。它提供了一个通过 URL 来获取数据的简单方式,并且不会使整个页面刷新。这使得网页只更新一部分页面而不会打扰到用户。 **属性** | 属性 | 类型 | 描述 | | ------------------ | ------------------------...
来源: Laya2.0_文档 发布时间: 20210714