大约有 19 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0035 秒)
打包成app,游戏报错 游戏报apploader.js:5482:not implemented throw 'not implemented'; 2016-12-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 能否提供一个示例或者外...
来源: Laya_社区 发布时间: 20161214
..., ask “how to solve Y in LayaBox”. In other words, don’t ask how to implement a particular solution, instead describe the problem at hand. Stating the problem gives more context and less bias for a correct answer. In case things are not working as expected, please include as much information a...
来源: Laya_社区 发布时间: 20171229
...题? 一个common.ts里面定义了export default class SDispatcher implements ISDispatcher{},然后在其他类里面继承。并导包。export default class xxxx extends SDispatcher{},在vs里面没有发现报错。进行指令编译后,运行bundle.js。却提示Uncaught Referen...
来源: Laya_社区 发布时间: 20200817
...H: null 07-16 13:28:37.232 670-670/? W/EGL_emulation: eglSurfaceAttrib not implemented 3093 12436 07-16 13:28:37.232 402-748/? W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1123 com.android.server.InputMethodManagerService.hideC...
来源: Laya_社区 发布时间: 20190716
...响打包,提示你API要弃用,将build.gradle中的compile替换成implementation、testCompile替换成testImplementation、testApi替换成testImplementation。具体请自行百度。 另外我用的最新版本。没问题的 2018-08-10 0 5 分享 微博 QZONE 微信 为什么被折叠? 0 ...
来源: Laya_社区 发布时间: 20180809
...这么一个报错的地方: class Component extends laya.ui.Component implements laya.ui.IComponent { _getBoundPointsM(ifRotate?: boolean): Array<any>; disableLayout: boolean; protected resetLayoutX(): void; protected resetLayoutY(): void; } 类laya.ui.Component 和 接口 laya.ui.IComponen...
来源: Laya_社区 发布时间: 20181027
...监听attack事件,调用自已的change函数。 Animal.tsclass Animal implements EventEmiter { public sex: number = 0; public Create(): void {} public Attack(): void { this.emit('attack'); } } Manager.ts public CreateCat(): void { let self = this; let cat = new Cat(); cat.Create(); cat.on('attac...
来源: Laya_社区 发布时间: 20190226
...ort "JSProxy.h" #import "ViewController.h" #import <conchRuntime.h> @implementation JSProxy +(void)playVideo: (NSString*) url { NSLog(@"playVideo"); // 静态函数回调通知JS层 [[conchRuntime GetIOSConchRuntime] runJS: @"video.end()"]; } @end 请问,代码什么地方...
来源: Laya_社区 发布时间: 20170919
...ONE 微信 InJoins 赞同来自: 又一个GITHUB上的相关信息: Some implementations of HTMLCanvasElement's CanvasRenderingContext2D store color values internally in premultiplied form. If such a canvas is uploaded to a WebGL texture with the UNPACK_PREMULTIPLY_ALPHA_WEBGL pixel storage parame...
来源: Laya_社区 发布时间: 20180414
...sting apps as soon as possible. If your existing app requires more time to implement the guidelines, we've provided an additional six months, until March 3, 2020, to bring it into compliance. 2019-09-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...
来源: Laya_社区 发布时间: 20190909