大约有 307 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0055 秒)
...比如ConchJNI.RunJS("this.gameOver()") 都提示TypeError: xxxx is not a function, gameOver方法不是静态的,跟这个有关系吗?如果是怎么调,不是怎么调用呢 麻烦各位大佬解答一下 2018-08-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...
来源: Laya_社区 发布时间: 20180828
...跟踪代码,发现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
...则值为 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
...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
...播放完后的回调时间 导微信小程序报错window.focus is not a function 本地调试加载本地图片都报错 播放声音出错,求指教 runtime运行报错! LayaNative ios上js访问不到JSBridge类中的方法,请求官方帮助, 用了ByteArray的zlib.min.js后报错 播放...
来源: Laya_社区 发布时间: 20200320
...摇报错,就解决方案 导微信小程序报错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
...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
...加载本地图片都报错 导微信小程序报错window.focus is not a function laya2 发布微信开放域工程,用微信开发者工具打开报错 3d项目-unity添加物理组件 layanative2 打包android平台 报错 btCollisionObject undefined 问题状态 最新活动: 2018-06-11 16:11 ...
来源: Laya_社区 发布时间: 20180609
... btCollisionObject undefined 导微信小程序报错window.focus is not a function list 每次滑动,都是可以滑动一点点,可不可以如何设置,让他每次滑动,只能固定的值。 本地调试加载本地图片都报错 问题状态 最新活动: 2017-05-03 17:21 浏览: 1096...
来源: Laya_社区 发布时间: 20170503
....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