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

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

51. ConchJNI.RunJS使用方法 [ 78%]

...比如ConchJNI.RunJS("this.gameOver()") 提示TypeError: xxxx is not a function, gameOver方法不是静态的,跟这个有关系吗?如果是怎么调,不是怎么调用呢   麻烦各位大佬解答一下 2018-08-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...

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

52. runtime运行报错! [ 78%]

...跟踪代码,发现laya.ui.js里代码如下:  View.getCompInstance=function(json){       var runtime=json.props ? json.props.runtime :"";       var compClass=runtime ? (View.viewClassMap[runtime] || Laya["__classmap"][runtime]):View.uiClassMap[json.type];      return compClass ? new c...

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

53. laya.net.HttpRequest_API3.0 [ 78%]

...则值为 true;否则,值为 false。 off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删除...

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

54. Laya2.0编译后所有js自动合并到bundle.js中,导致bundle.js过大,加载速度很慢,bundle.js可以拆分吗 [ 78%]

...true,              /* Enable strict null checks. */     // "strictFunctionTypes": true,           /* Enable strict checking of function types. */     // "strictPropertyInitialization": true,  /* Enable strict checking of property initialization in classes. */     // "noImplicitTh...

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

55. ios native ogg音效播放报错 [ 78%]

...播放完后的回调时间 导微信小程序报错window.focus is not a function 本地调试加载本地图片报错 播放声音出错,求指教 runtime运行报错! LayaNative ios上js访问不到JSBridge类中的方法,请求官方帮助, 用了ByteArray的zlib.min.js后报错 播放...

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

56. 引用laya.filter.js 之后还是报错 BlurFilter is not a constructor [ 77%]

...摇报错,就解决方案 导微信小程序报错window.focus is not a function 本地调试加载本地图片报错 问题状态 最新活动: 2019-03-01 16:50 浏览: 850 关注: 3 人 周志华 • 2019-04-30 11:58 遇到同样问题,已经勾选,还是报错 Laya_Aaron • 2019-04-30 1...

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

57. 救命啊,遇到苹果爸爸 Guideline 2.5.2 [ 77%]

...designed explicitly with the capability to change your app’s behavior or functionality after App Review approval, which is not in compliance with App Store Review Guideline 2.5.2 and section 3.3.2 of the Apple Developer Program License Agreement.   This code, combined with a remote resource, can ...

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

58. 华为P9在加速器下报错mali gles error info : 95 [ 77%]

...加载本地图片报错 导微信小程序报错window.focus is not a function laya2 发布微信开放域工程,用微信开发者工具打开报错 3d项目-unity添加物理组件 layanative2 打包android平台 报错 btCollisionObject undefined 问题状态 最新活动: 2018-06-11 16:11 ...

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

59. 1.7.3 iOS Native下滑动报错 [ 77%]

... btCollisionObject undefined 导微信小程序报错window.focus is not a function list 每次滑动,是可以滑动一点点,可不可以如何设置,让他每次滑动,只能固定的值。 本地调试加载本地图片报错 问题状态 最新活动: 2017-05-03 17:21 浏览: 1096...

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

60. 分享:SWF LABEL标签的使用! [ 77%]

....events.Event; public class SwfLabelUse { private var mc:MovieClip; public function SwfLabelUse() { Laya.init(600,600); Laya.stage.bgColor="#EEFFCC"; mc=new MovieClip(); mc.load("output/AAA.swf"); mc.on(Event.LOADED,this,onLoaded); Laya.stage.addChild(mc); } private function onLoaded():void { mc.add...

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