大约有 33 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0028 秒)
打包成app,游戏报错 游戏报apploader.js:5482:not implemented throw 'not implemented'; 2016-12-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 能否提供一个示例或者外...
来源: Laya_社区 发布时间: 20161214
...加载界面 * @author Husz */ export class LoadingView extends Laya.View implements small_lib.ILoadingView那么在GameConfig将会报错 , 因为会自动刷新. 除非采用 , 如下: /** * 登录加载界面 * @author Husz */ export default class LoadingView extends Laya.View implements small_...
来源: Laya_社区 发布时间: 20181024
...道问题 这是一个母包,只有打UC的渠道会出现实现不了No implementation found for void layaair.game.browser.ConchJNI.networkChanged(int) (tried Java_layaair_game_browser_ConchJNI_networkChanged and Java_layaair_game_browser_ConchJNI_networkChanged__I)的问题,新建一个laya项...
来源: Laya_社区 发布时间: 20191213
..., 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
...6 关注: 2 人 vincent • 2017-08-08 16:51 static class layaGameListener implements ILayaEventListener { public Activity activity; @Override public void ExitGame() { Log.i("=======", "======exit"); activity.finish(); activity = null; //mLayaEngine.onDestroy(); System.exit(0); }...
来源: Laya_社区 发布时间: 20170808
...是精灵纹理 @IEditorEnv.regAssetProcessor() export class ImageLoader implements IEditorEnv.IAssetProcessor { onPreprocessImage(aassetImporter: IEditorEnv.IImageAssetImporter): void | Promise<void> { if (aassetImporter.settings.textureType != 2) { aasse...
来源: Laya_社区 发布时间: 20240620
...List的功能的Grid,下面是List的官方代码 class List extends Box implements IRender, IItem { /**改变 <code>List</code> 的选择项时执行的处理器,(默认返回参数: 项索引(index:number))。*/ selectHandler: Handler; /**单元格渲染处理器(默认返回...
来源: Laya_社区 发布时间: 20180801
...题? 一个common.ts里面定义了export default class SDispatcher implements ISDispatcher{},然后在其他类里面继承。并导包。export default class xxxx extends SDispatcher{},在vs里面没有发现报错。进行指令编译后,运行bundle.js。却提示Uncaught Referen...
来源: Laya_社区 发布时间: 20200817
...响打包,提示你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