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

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

31. 苹果上架直接导致账号被调查。。。 [ 77%]

...ause your Apple Developer Program account is currently under investigation for not following the App Store Review Guidelines’ Developer Code of Conduct. Common practices that may lead to an investigation include, but are not limited to: - Inaccurately describing an app or service - Misleading app ...

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

32. 打包XCode项目包贴上二次开发demo代码时提示错误:Use of undeclared identifier 'conchRuntime' [ 77%]

...赞同来自: 楼主解决了吗?遇到同样的问题 Undefined symbols for architecture arm64:   "_OBJC_CLASS_$_conchConfig", referenced from:       objc-class-ref in GameReadingViewController.o   "_OBJC_CLASS_$_conchRuntime", referenced from:       objc-class-ref in GameReadingViewC...

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

33. 动画实例在调用含有名字参数的时候获取不到边界 [ 77%]

... this.enemyUnit.push(new Laya.Animation()); this.loadUnit(); } loadUnit(){ for(let i of this.playerUnit ){ i.loadAtlas("./character/m1.atlas",Laya.Handler.create(this,this.playerUnitLoaded)); } for(let i of this.enemyUnit){ i.loadAtlas("./character/m1.atlas",Laya.Handler.create(t...

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

34. 如何获取指定类的共有的变量名集合 ? [ 77%]

...lassXml["factory"][0]["variable"];      //遍历所有变量名      for each(var xml:XML in variableXmlList)      {          vt.push(String(xml.@name));      }      return vt; }   现在使用laya 运行提示找不到 avmplus 请问在laya里 如何获取指定类的共有的...

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

35. 闪屏,报错信息如下 [ 76%]

...997 24700-24824/? E/chromium: [ERROR:texture_manager.cc(2971)] [.Offscreen-For-WebGL-0x7c8dec00]GL ERROR :0x0505 : glTexImage2D: <- error from previous GL command 02-05 16:53:07.013 24700-24700/? I/chromium: [INFO:CONSOLE(0)] "[.Offscreen-For-WebGL-0x7c8dec00]GL ERROR :0x0505 : glTexImage2D: <...

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

36. html5发布iOS编译报错 [ 76%]

...RGET=7.0     export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"     /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctool...

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

37. 上传appstore 出现 警告 [ 76%]

...  Dear Developer, We identified one or more issues with a recent delivery for your app, Your delivery was successful, but you may wish to correct the following issues in your next delivery: ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . Se...

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

38. AnimationBase和MovieClip removeLabel问题反馈 [ 75%]

...bel=function(label){ if (!label)this._labels=null; else if (this._labels){ for (var name in this._labels){ this._removeLabelFromList(this._labels[name],label); if(this._labels[name].length == 0){ delete this._labels[name]; } } } } ---------------------------------------------------------------------...

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

39. 关于Button Skin 切图问题 [ 74%]

...rt math from PIL import Image  # if png pngs=[] maxWith = 0 maxHeight = 0 for idx in range(1,4): fname = os.path.join( os.path.curdir, "btn_{0}.png".format(idx)) if os.path.exists( fname) : im=Image.open( fname) pngs.append( im) maxWith = max( maxWith, im.width) maxHeight = max( maxHeight, im.heigh...

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

40. 关于laya无法缓存非图片、声音文件bug [ 74%]

...ativeDir, success: function (data) { var tempMd5ListObj = {}; var fileObj; for (let key in MiniFileMgr.filesListObj) { if (key != "fileUsedSize") { fileObj = MiniFileMgr.filesListObj[key]; tempMd5ListObj[fileObj.md5] = true; } } var files = data.files; var fileName; for (let i = 0, sz = files.length...

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