大约有 315 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0041 秒)
Laya_社区(261) Laya2.0_文档(18) Laya2.0_示例(8) Laya_示例(7) Laya3.0_api(7) laya_api(5) Laya2.0_api(5) Laya3.0_文档(4)
...abel=label@@!@@x=-171@@!@@y=431@@!@@stateNum=1"> <body> <parsererror style="display: block; white-space: pre; border: 2px solid #c77; padding: 0 1em 0 1em; margin: 1em; background-color: #fdd; color: black"> <h3>This page contains the following errors: </h3> <div style=...
来源: Laya_社区 发布时间: 20171130
...Laya.Event.COMPLETE, this, this.parseComplete); this.templet.on(Laya.Event.ERROR, this, this.onError) } private parseComplete(): void { this.skeleton = this.templet.buildArmature(); Laya.stage.addChild(this.skeleton); this.skeleton.pos(Laya.Browser.width / 2, Laya.Browser.height / 2 + 100); this.ske...
来源: Laya2.0_文档 发布时间: 20210715
...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
Uncaught TypeError: Cannot read property 'XXX' of undefined private var spe:Sprite; private function showApe():void { spe = new Sprite(); spe.mouseEnabled = true; spe.x = 100; spe.y = 100; spe.w...
来源: Laya_社区 发布时间: 20170407
...Laya.Event.COMPLETE, this, this.parseComplete); this.factory.on(Laya.Event.ERROR, this, this.onError); this.factory.loadAni("sp/aa.sk"); this.avatar = this.factory.buildArmature(0); this.avatar.play(0,true); 2017-07-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...
来源: Laya_社区 发布时间: 20170718
...Type' does not exist on type 'Node'. 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target iphone自带浏览器页面怎么锁定 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本的) 问题状态 最新活动: 2020-01-03 17:19 ...
来源: Laya_社区 发布时间: 20200103
...aya.stage.bgColor = "#000000"; var s:MovieClip = new MovieClip; s.on(Event.ERROR,this,ddddd); s.load("D:/thisisnothing.swf"); } private function ddddd(e:* = null){ trace("dddd"); } } 附件 : --> 2017-01-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...
来源: Laya_社区 发布时间: 20170105
使用FD自定义组件编译的时候报错 Error or warning message:customui.max.js 之前使用layaAirIDE自定义组件库报错无法编译,在群里问了一下,查了一下社区,都给我的答复是用FD或者FB自定义组件,于是乎我临时下载了FD,配置完毕,Hello La...
来源: Laya_社区 发布时间: 20170221
...emplet.on(Event.COMPLETE, this, this.parseComplete); this.templet.on(Event.ERROR, this, this.onError) } private function parseComplete(): void { this.skeleton = this.templet.buildArmature(); Laya.stage.addChild(this.skeleton); this.skeleton.pos(Browser.width / 2, Browser.height / 2 + 100); this.skel...
来源: Laya2.0_文档 发布时间: 20210715
...ldTransformFunction is not a function 切换场景编辑器时 Laya3D init error must support webGl 调用动画结束on方法,报错this.zombieAnimator.on is not a function if (window["Laya3D"]) Laya3D.init(width,heigh) 调用失败,引起底层问题 浏览器运行提示TypeError: xxx is not ...
来源: Laya_社区 发布时间: 20211215