• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1,653 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0054 秒)

271. laya.display.BitmapFont_API3.0 [ 82%]

... fontSize letterSpacing lineHeight lock maxWidth name padding texture tint url uuid DEBUG Accessors cpuMemory destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory destroy event getMaxHeight...

来源: Laya3.0_api 发布时间: 20231115

272. 使用IDE构建工程(TypeScript-LayaNative原生服务-LayaNative工具使用) [ 82%]

...机版,否则就是在线版。单机版不需要联网,没有对应的url,不用提供url。但是必须提供游戏资源,否则打包之后无法运行。 * 项目名称: App的名称。同时也是构建项目的输出目录。 * 包名 : 应用的包名,这个正常情况下是不...

来源: Laya2.0_文档 发布时间: 20210715

273. laya接入vivo平台加载资源卡住66% [ 82%]

...关的链接 提交 2 个回复 *%〈~〉 赞同来自: if (preLoadedMap[url]) { onLoaded(preLoadedMap[url]); } else { ////////////////////////////////////////////////////// //jiaz加载kasi加载卡死wenti if(Browser.onVVMiniGame) {// _http = new HttpRequest(); _http.on(Event.PROGRESS, this, onP...

来源: Laya_社区 发布时间: 20201123

274. 微信小游戏加载ProtoBuf文件和图片加载问题 [ 82%]

...载回调,也不会报错。 var loadArr:Array = new Array; loadArr= [{url: "res/atlas/hall_new.json", type: Loader.ATLAS}, // {url: "res/atlas/help.json", type: Loader.ATLAS},  // {url: "res/atlas/shop.json", type: Loader.ATLAS}, // {url: "shmjAssets/扣牌文字背景.png", type: Loader.IMAGE},...

来源: Laya_社区 发布时间: 20180301

275. LayaNative中加载自己缓存的资源 [ 82%]

...ya.loader.load 读取的时候始终读不了private function downloadFile(url:String,onComplete:Handler,onError:Handler=null):void{ if(window.conch) { var folder:String=window.conch.getCachePath()+"/download/"; if (!window.fs_exists(folder)) { window.fs_mkdir(folder); } var fileName:String = url.re...

来源: Laya_社区 发布时间: 20190731

276. [LayaAir3]layaair3.2 打包的ios使用VideoNode无法播放视频 [ 82%]

...无法播放视频 使用的是laya 案例提供的layaAir.mp4 iOS提示 NSURLConnection finished with error - code -1002 PlayerItem has error : Error Domain=NSURLErrorDomain Code=-1002 "不支持的URL" UserInfo={NSLocalizedDescription=不支持的URL, NSUnderlyingError=0x282091470 {Error Domain=kC...

来源: Laya_社区 发布时间: 20250908

277. Android构建 · LayaAir3.3 · 引擎文档 · LAYABOX [ 82%]

...用ID2.2 构建版本号2.3 打包资源2.4 混淆资源2.5 资源服务器URL2.6 热更新(DCC)2.7 屏幕方向2.8 应用图标2.9 密钥库2.10 目标架构(CPU)2.11 应用程序格式2.12 最小API级别2.13 目标API级别2.14 渲染模式2.15 导出项目2.16 纹理选项三、直接打...

来源: Laya3.0_文档 发布时间: 20251010

278. 提示“AtlasResourceManager:Dispose the inner Atlas。” [ 82%]

... Laya.timer.loop(200, this, showframe); function showframe() {     var url = getimage();     this.sp_video.loadImage(url);     }   2017-08-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Monica - 知...

来源: Laya_社区 发布时间: 20170825

279. soundManger支持的音频格式有哪些? [ 82%]

... else { ...加载 "soundConfig-json" } SoundManager.playSound(soundJson[0].url,1); .... SoundManager.playSound(soundJson[1].url,1); 2018-01-02 0 0 分享 微博 QZONE 微信 cuixueying 赞同来自: 请参考:HTML5音乐与音效 https://ldc.layabox.com/doc/?nav=zh-as-1-7-0   2017-02-28 0 2 分...

来源: Laya_社区 发布时间: 20170228

280. 怎么加载多个不同的lm模型? [ 82%]

...者传入地址数组。即可加载多个模型   Laya.loader.create([ {url:"资源目录/模型名字.lm"}, {url:"同上.lm"},  {url:"同上"},  {url:"同上"} ],Handler.create(this,onLoaded)); 2018-05-28 0 2 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 白夜行 AnimationClip.load 2018-...

来源: Laya_社区 发布时间: 20180528