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

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

121. 关于as版的Animation.createFrames()不能工作? [ 70%]

...reate(this, this.onLoaded), null, Laya.Loader.ATLAS); Laya.loader.on(Event.ERROR, this, onError); } protected function onError(error:String):void { trace(error); } protected function onLoaded():void { Animation.createFrames(["war/hero_fly1.png", "war/hero_fly2.png"], "hero_fly"); var animation:Anima...

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

122. 不知道改如何找到错误= = [ 69%]

... 发起人 a798701800 相关问题 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 微信小程序—未找到入口 app.json 文件,或...

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

123. LayaNative2.0开源怎么编译和使用,有教程吗? [ 69%]

...小游戏:HTMLDivElement的使用 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target Laya中的宏编译要怎么用啊 LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 使用钢体设...

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

124. 加载成功要怎样判断呢? [ 69%]

...eoo 赞同来自: 另外想启用重新加载,加上Laya.loader.on(Event.ERROR, this, reLoaded),似乎Laya.loader.load对加载同一个地址是不会再试图去加载的 设置成不缓存,强制再加载也不行也不行→Laya.loader.load(path, Handler.create(this, onLoaded), null, Loade...

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

125. [求助]无法使用loader预先加载 [ 69%]

...r.create(this, onLoading, null, false), Loader.TEXT); Laya.loader.on(Event.ERROR, this, onError);   private function onAssetLoaded(texture:Texture):void{             //console.log("111: ");                          txt.visible=false;             title...

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

126. laya.resource.Prefab_API3.0 [ 69%]

...source> Returns void create create(options?: Record<string, any>, errors?: Array<any>): Node Defined in laya/resource/HierarchyResource.ts:24 创建实例 Parameters Optional options: Record<string, any> Optional errors: Array<any> Returns Node destroy destroy(): void Inhe...

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

127. 自定义组件导入下载组件库报错 [ 69%]

自定义组件导入下载组件库报错 TypeScript error: libs/layaeditor.d.ts(1106,37): Error TS2551: Property 'Component' does not exist on type 'typeof ui'. Did you mean 'UIComponent'? 2019-04-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...

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

128. HttpRequest 回调方法都没执行 LayaAir 1.7.17 beta JS版本 [ 69%]

...); //数据传输完成后,会返回一个data this.http.once(Laya.Event.ERROR,this,this.onError); //数据传输失败后返回 //post数据的写法 console.log(JSON.stringify(request)); this.http.send(url,JSON.stringify(request), 'post', 'text',["content-type","application/json"]); } function o...

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

129. TypeError: relativePath is undefined [ 69%]

TypeError: relativePath is undefined 文档 --> 扩展模块 --> 用LayaAir引擎解析Tiled Map地图 我的代码完全是复制的,一个字都不差 但是运行之后报错:TypeError: relativePath is undefined 文档传送门:https://ldc.layabox.com/doc/?nav=zh-js-3-4-0 2017-12-05 ...

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

130. 资源加载过程中断网 [ 69%]

...加载完成的回到函数执行失败,经测试是不会触发回调,Error事件也不会触发,网络连接后再继续加载会导致进不去游戏,请问大神,在加载资源过程中断网底层是怎么处理的呢,有没有什么办法可以解决这个问题呢? 2018-04-02 ...

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