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

大约有 799 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0045 秒)

241. 请问LayaAirUnityPlugin 1.1.0.unitypackage导出的.lsani文件怎么使用? [ 72%]

...         super();             let mesh = Sprite3D.load('resources/shuipao.lh');             this.addChild(mesh);             mesh.on(Event.HIERARCHY_LOADED, this, this.OnHierarchyLoaded);                          let ani_names = this.ani...

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

242. 进度条组件 · LayaAir3.0文档 · LAYABOX [ 72%]

...资源,图片资源来自“引擎API使用示例” Laya.loader.load(["resources/res/ui/progressBar.png", "resources/res/ui/progressBar$bar.png"]).then(() => { // 创建进度条 this.progressBar = new Laya.ProgressBar("resources/res/ui/progressBar.png"); this.progressBar.pos(100, 500); this.p...

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

243. 无法获取音频的时间长度 [ 72%]

...度     var soundChItem:Laya.SoundChannel = Laya.SoundManager.playMusic("resources/sound/dh/gril1.wav", 1,Laya.Handler.create(this,() => {       }));     console.log(soundChItem.position+"");     console.log(soundChItem.duration+""); 附件 : --> 2023-05-19 添加评论 免费帖 --> 分...

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

244. 射线检测-点击行走 [ 72%]

...; import laya.d3.math.Vector3; import laya.d3.math.Vector4; import laya.d3.resource.Texture2D; import laya.d3.resource.models.BoxMesh; import laya.d3.resource.models.CapsuleMesh; import laya.d3.resource.models.CylinderMesh; import laya.d3.resource.models.Mesh; import laya.d3.resource.models.PlaneMes...

来源: Laya_示例 发布时间: 20241118

245. 高级应用-渲染纹理 [ 72%]

...; import laya.d3.math.Vector3; import laya.d3.math.Vector4; import laya.d3.resource.RenderTexture; import laya.d3.resource.Texture2D; import laya.d3.resource.TextureCube; import laya.d3.resource.models.BaseMesh; import laya.d3.resource.models.Mesh; import laya.display.Stage; import laya.events.Event...

来源: Laya_示例 发布时间: 20241118

246. Image销毁时未释放纹理 [ 71%]

...纹理 Image中没有destroy函数, 在销毁image的时候image未降低Resource的计数器, 所以通过Laya.Resource.destroyUnusedResources无法释放纹理.只能手动调用dispose来释放资源     此处执行了destroy。   资源计数未减少,无法释放资源   附件 : --> 2023-...

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

247. XMLHttpRequest cannot load [ 71%]

...回复问题请先登录 发起人 xiahaijiao 相关问题 Failed to load resource: net::ERR_FILE_NOT_FOUND retry to load问题 微信小游戏兼容性bug 部分机型load场景不显示 iOS 接入微信登录,配置了"Other Linker Flags"中加入"-Objc -all_load"后编译不通过 有人知道...

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

248. INSTALL_FAILED_NO_MATCHING_ABIS [ 71%]

... 要回复问题请先登录 发起人 kukucck 相关问题 Failed to load resource: net::ERR_FILE_NOT_FOUND httprequest ios手机上请求提示Request failed status:0 Array buffer allocation failed Failed to execute 'texImage2D怎么处理? WebSocket connection to 'ws://192.168.0.8:8102/' failed...

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

249. layaIDE2.0.2运行出错 [ 71%]

....0.2运行出错 出错了: TypeScript error: ../../../programs/layaairide/resources/app/node_modules/typescript/lib/lib.es2015.iterable.d.ts(21,22): Error TS6053: File '../../../programs/layaairide/resources/app/node_modules/typescript/lib/lib.es2015.symbol.d.ts' not found. 请问是什么原因?...

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

250. ios这边调用JSBridge的新增方法报错 [ 71%]

...自: 不知道为什么工程上传不了,现在只上传工程里面的resource文件夹,应该是可以替换直接运行的吧 resource.zip 2020-03-13 0 0 分享 微博 QZONE 微信 135*****896 赞同来自: 好吧,原来ios这边的方法名后面要加冒号才行testCall: 2020-03-13 0 0 ...

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