大约有 486 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0043 秒)
...fined错误 IDE不能运行调试提示:Chrome error: Error:... Warning!,this class[MiniAdpter] already exist: Object {init: } Error: asBitmap no size! 问题状态 最新活动: 2018-03-09 10:29 浏览: 764 关注: 2 人
来源: Laya_社区 发布时间: 20180308
...loop调用后出现Cannot read property 'loop' of null Laya.timer.loop(100,this,function():void{trace(90890789078);}); 报错: Uncaught TypeError: Cannot read property 'loop' of null at new LayaUISample (LayaUISample.max.js:394) at LayaUISample.max.js:29731 at LayaUISample.max.js:29733 2017-02-14 ...
来源: Laya_社区 发布时间: 20170214
ide发布web后报错 Uncaught TypeError: this.preinitialize is not a function at i (laya.ui.min.js:1) at i (laya.ui.min.js:1) at i (laya.ui.min.js:1) at GameUI (layaUI.max.all.js:9) at Function.<anonymous> (laya.core.min.js:1) at t (main.min.js:4) at...
来源: Laya_社区 发布时间: 20171205
...ionClip version. 2.0.0编译报错Cannot find global type 'Array' Warning!,this class[MiniAdpter] already exist: Object {init: } 问题状态 最新活动: 2020-02-07 19:37 浏览: 3326 关注: 2 人
来源: Laya_社区 发布时间: 20200207
...ions; //给男角色模型设定贴图动画 var manAni=this.roleMan.addComponent(SkinAnimations); manAni.url="3d/man/hero.ani"; manAni.player.play(); 2017-06-17 0 0 分享 微博 QZONE 微信 leeone 赞同来自: Warning: discard property,please ...
来源: Laya_社区 发布时间: 20170617
...动画问题 Laya.loader.load("res/atlas/move.json", Laya.Handler.create(this, onLoaded)); function onLoaded() { //创建一个Animation实例 var tl = new Laya.Animation(); //加载动画文件 tl.loadAnimation("TimeLine.ani"); //添加到舞台 Laya.stage....
来源: Laya_社区 发布时间: 20171012
...bgColor = "#ffcccc"; var div = Laya.Browser.document.createElement("div"); this.qrcode = new Laya.Browser.window.QRCode(div,{ width:100, height:100 }); var url = "http://layabox.com/"; this.qrcode.makeCode(url); Laya.stage.once("click",this,clickHandler); this.qrcodeSp = new Laya.Sprite(); Laya.stag...
来源: Laya2.0_文档 发布时间: 20210714
...LayaAir中以后动画的速度就变了. 之前的方法也试过了( this.skill2.setinterval = 10)效果不好。请问有没有什么其他的办法。改变动画播放的速度? qian • 2018-01-25 16:51 你的动画到底是2D还是3D LM20081991 • 2018-01-25 16:53 @qian: 3D的模型 An...
来源: Laya_社区 发布时间: 20180125
...个回复 189*****192 赞同来自: Sean8023 Laya.stage.on(Event.MOUSE_UP, this, onApeRelease); Laya.stage.on(Event.MOUSE_DOWN, this, onApeRelease); 通过 Event 类型 监听动作 class Event { /** 一个空的 Event 对象。用于事件派发中转使用。*/ st...
来源: Laya_社区 发布时间: 20170601
...stage.scaleMode = Stage.SCALE_FULL; Stat.show(); Laya.stage.on(Event.CLICK,this,clickFun); } private function clickFun():void { if( clip == null ){ clip = new Clip("1.png",6,6); Laya.stage.addChild(clip); clip.play(); }else{ clip.dispose(); clip = null; } } 请官方给一个解决方案 目前我...
来源: Laya_社区 发布时间: 20171128