大约有 1,615 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0059 秒)
Laya_社区(1128) Laya3.0_api(151) Laya2.0_api(106) laya_api(97) Laya2.0_文档(85) Laya3.0_文档(30) Laya2.0_示例(9) Laya_示例(9)
...dex Constructors constructor Properties _id destroyedImmediately lock name url uuid DEBUG interpolation Accessors cpuMemory destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory destroy even...
来源: Laya3.0_api 发布时间: 20231115
...= "res/skeleton/" + fileName + "/" + fileName + ".sk"; Laya.loader.load([{ url: mTexturePath, type: Loader.IMAGE }, { url: mAniPath, type: Loader.BUFFER }], Handler.create(this, this.onAssetsLoaded)); } onAssetsLoaded() { const Loader = Laya.Loader, Templet = Laya.Templet, Event = Laya.Event; let tT...
来源: Laya2.0_示例 发布时间: 20241118
...入文件资源自己封装一个方法来管理引用地址const res = [{ url: setStaticPrefix("card/card_item_bg.png"), type: Laya.Loader.IMAGE }] /** 添加文件hash */ export const setStaticPrefix = (url:string) :string => { if (staticHash[`images/${url}`]) { return staticHash[`images/${url...
来源: Laya_社区 发布时间: 20180412
...structor Properties _id destroyedImmediately lock name settings sv texture url uuid x y DEBUG activeBlendType Accessors cpuMemory destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory addDra...
来源: Laya3.0_api 发布时间: 20231115
...ch.setExternalLink打开支付宝的支付链接时,提示neterr_unknown_url_scheme,下面第一张图是最开始传进去的url参数,中间似乎经过了一些layaWebView的处理,最后得到一个alipays://开头的地址。请问这个要怎么处理呢? 附件 : --> 2017-07-09 添...
来源: Laya_社区 发布时间: 20170709
...,于是我尝试遍历整个场景的节点,并打印出每个资源的url,如下: 发现url除了加载的哪一个其他的都没有,请问目前只有官网的那种解决方法了吗?没有更加简单的吗? 附件 : --> 2018-07-11 添加评论 免费帖 --> 分享 微博 QZONE...
来源: Laya_社区 发布时间: 20180711
...plit(","); var split=this._url.indexOf("/")>=0 ? "/" :"\\"; var idx=this._url.lastIndexOf(split); var folderPath=idx >=0 ? this._url.substr(0,idx+1):"...
来源: Laya_社区 发布时间: 20190202
...:* 克隆。 Avatar cloneTo(destObject:*):void 克隆。 Avatar load(url:String, complete:Handler):void[static] 加载Avatar文件。 AvatarConstructor DetailAvatar()Constructorpublic function Avatar() 创建一个 Avatar 实例。 Method Detail_cloneDatasToAnimator()method public function _cl...
来源: Laya2.0_api 发布时间: 20190513
...戏会越来越多的话,会导致dcc越来越大,这时候可以分开url,各自使用各自的dcc更好一些。或者我们可以考虑以后实现一个切换dcc的功能,即不再使用一个大dcc,而是可以随时在多个小dcc之间切换,这样更适合你们的需求。 ...
来源: Laya_社区 发布时间: 20180108
...dex Constructors constructor Properties _id destroyedImmediately lock name url uuid DEBUG Accessors anisoLevel baseMipmapLevel compareMode cpuMemory defaultTexture destroyed dimension filterMode format gammaCorrection gammaSpace gpuMemory height id maxMipmapLevel mipmap mipmapCount obsolute referenc...
来源: Laya3.0_api 发布时间: 20231115