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

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

161. 解析sk资源报错 [ 72%]

...     {         private var _templet:Templet;         public function CombatRole()         {             super();             initView();         }                  private function initView():void         {             _templet ...

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

162. Laya.Tween.to 有没有监听值的变化的方法? [ 72%]

...@return  返回Tween对象。          */         public function to(target:*, props:Object, duration:int, ease:Function = null, complete:Handler = null, delay:int = 0, coverBefore:Boolean = false):Tween {             return _create(target, props, duration, ease, comple...

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

163. 动态加载代码后,总是出现 ProgressBar is not a constructor [ 72%]

...是出现 ProgressBar is not a constructor //动态加载js文件--my.js function loadJs(jspath,defer = true) { //得到html的头部dom // var theHead = document.getElementsByTagName('head').item(0); var theHead = document.getElementsByTagName('body').item(0); //创建脚本的dom对象实例 var m...

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

164. native打包成app使用FileReader接口readAsArrayBuffer 时app崩溃 [ 72%]

...二进制数据,APP直接崩溃了,这是什么原因呢     doMsg:function(){                     if(this.msgs.length == 0 || !this.workDone){                         return;                     }                            ...

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

165. LayaAir IDE 1.4.0新增功能 附加(扩展)脚本的使用 [ 72%]

...class Btn { private var _owner:Sprite; private var _isScal:Boolean; public function Btn() { trace("btn的附加类已经开始执行"); } //设置owner函数,可以直接获取到Button组件的实例 public function set owner(v:Sprite):void { _owner = v; //由于时序问题,我们需要在此...

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

166. Native 如何使用ttf? [ 72%]

...= 'arraybuffer'; xhr.open('GET', "res/font/Arial.ttf", true); xhr.onload = function () { Laya.Browser.window.conch.setFontFaceFromBuffer("Arial", xhr.response); setInterval(onDrawFrame, 15); }; xhr.onerror = function (e) { alert('>>>download ttf error :' + e); }; xhr.send(null); //这里以...

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

167. 在微信小游戏中使用BitmapFont会导致报错. [ 72%]

...  堆栈: gameThirdScriptError undefined;at api readFile success callback function console.error @ VM1782:1 errorReport @ WAGame.js:3 thirdErrorReport @ WAGame.js:3 (anonymous) @ WAGame.js:3 u @ WAGame.js:4 (anonymous) @ WAGame.js:4 function.setTimeout @ gamePage.html:1 (anonymous) @ WAGame.js:3 (a...

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

168. 使用Laya2.0做微信开放数据域是出错。 [ 72%]

... Uncaught TypeError: Cannot read property 'USER_DATA_PATH' of undefined at Function.MiniFileMgr.setNativeFileDir (laya.wxmini.js:673) at Function.MiniAdpter.init (laya.wxmini.js:91) at Function.MiniAdpter.enable (laya.wxmini.js:77) at Function.Browser.__init__ (laya.core.js:4125) at Object.Laya.init...

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

169. swf版本运行时图片资源不存在报错不清楚的问题 [ 72%]

...议修改源码方式(需改两个类): laya.flash.FlashImage public function set src(value:String):void 75行后加入代码 tl.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, function ceroor(_ev:IOErrorEvent):void { onerror && onerror(); }); laya.ui.Image 167行 protected f...

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

170. Adobe Flash Builder 4.7无法编译Laya2.6.1创建的3D示例项目 [ 72%]

...加载管理器,使用时注意大小写。 */ //class Laya var ___Laya=(function(){ //function Laya(){} Laya.__init=function(_classs){} Laya.init=function(width,height,__plugins){} Laya.alertGlobalError=function(value){} Laya.enableDebugPanel=function(debugJsPath){} Laya.stage=null; Laya.systemTi...

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