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

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

181. 2.2.0 Html使用img标签解析错误 [ 59%]

2.2.0 Html使用img标签解析错误 TypeError: Illegal constructor preload.js:55 at Function.getInstance (file:///D:/LayaTest/TestHtml2.2.0/bin/libs/laya.core.js:11687:24)   at Function.getInstance (file:///D:/LayaTest/TestHtml2.2.0/bin/libs/laya.html.js:1213:39)   at Function._parseXML (file:/...

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

182. 分享个平时做网页端,移动端开发的调试工具,实时同步PC移动设备刷新 [ 59%]

...听(A页面派发 B页面侦听) 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 分享:适配LayaAir版本的PureMVC框架 分享:打地鼠 AS、JS、TS版本 Demo! btn 鼠标移动上去默认文本颜色是绿色,我想换成其他...

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

183. 怎么在IDE可视化编辑中使用图集中的小图 [ 59%]

...幂次方图集和非二的幂次方图集区别在哪? Ts 编辑提示error TS5023: Unknown option 'p' 微信小游戏如何使用ttf字体? 微信小游戏:HTMLDivElement的使用 问题状态 最新活动: 2018-09-06 15:23 浏览: 612 关注: 2 人 && • 2018-09-06 15:39 skin里的...

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

184. Laya 2.2.0 只支持编译 target 为 es6的相关问题 [ 58%]

... Laya中的宏编译要怎么用啊 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target Laya mac版的IDE 是没测试就上线了吗? 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 ide 2...

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

185. MissingMethodException: Method not found: 'UnityEngine.LightmapData.get_lightmapColor'. [ 58%]

...: net::ERR_FILE_NOT_FOUND ani not found: GameRole.ani#hero_fly 打包提示error:index.html not found? 发布微信小游戏时,[ERR]|MergeJS Fail, File not found : E:\svnwork\layawork\bin\h5\index.html 2.0动效模板问题,我照着2.0的文档做,can not found class ui.xxxUI这个错误 ani not f...

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

186. 想使用try。。catch捕捉socket连接异常无效 [ 58%]

... 1 个回复 Monica - 知识达人 赞同来自: 你直接监听socket的error事件即可 2017-10-24 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 sen3779494 相关问题 Layabox 2.0 bate5 运行编译之后 bundle.js 文件里面没...

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

187. laya.media.VideoNode_API3.0 [ 58%]

...isplayHeight displayWidth displayedInStage drawCallOptimize duration ended error filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D loop mask mouseEnabled mouseX mouseY muted numChildren parent paused pivotX pivotY playbackRate preload readyState rotation scaleX ...

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

188. 富文本使用图集 [ 58%]

...html+图集动画,使用ani的标签,但是我用了后会提示我 [error] Undefined class: ani 这是我哪里用的不对吗?   Laya.loader.load("res/1.json", Handler.create(this, createAnimation), null, Loader.ATLAS);  public function createAnimation():void         {        ...

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

189. 如果在编辑模式使用自己定义的基类? [ 58%]

...sition或者scale 微信小游戏:HTMLDivElement的使用 Ts 编辑提示error TS5023: Unknown option 'p' 微信小游戏如何使用ttf字体? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? 问题状态 最新活动: 2019-11-23 15:...

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

190. 用Loader加载完atlas,然后使用animation播放问题 [ 58%]

...mation播放问题 this._load = new Laya.Loader() this._load.on(Laya.Event.ERROR, this, this.onError); this._load.on(Laya.Event.COMPLETE, this, this.loadComplete); this._load.load(this._data.url, Laya.Loader.ATLAS, true); 加载完成后 this._ani = new Animation(); this._ani.loadImages(这里传入...

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