大约有 269 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0065 秒)
Cannot read property 'rayCast' of undefined export default class indexscene extends Laya.Script { constructor(){ super(); this.rotation = new Laya.Vector3(0, 0.01, 0); this.point = new Laya.Vector2(); this.ray = new Laya.Ray(new Laya.Vector3(),new Laya.Vector3()); //1.开启第四个参数 let conf...
来源: Laya_社区 发布时间: 20200903
... The use of non-public APIs is not permitted on the App Store because it can lead to a poor user experience should these APIs change. Continuing to use or conceal non-public APIs in future submissions of this app may result in the termination of your Apple Developer account, as well as removal of ...
来源: Laya_社区 发布时间: 20180225
...,如果是用open project打开的项目,编译的时候,会报“Can't find bundle for base name Message, locale zh_CN”。 坑6: 依然是步骤3中,如果import路径不是选的步奏2中 输出路径 下的目录android_studio,而是直接选了导出的路径,项目在...
来源: Laya_社区 发布时间: 20180816
...目也是可以的 (8) 文件code.js执行出现异常 ReferenceError: Can't find variable: HTMLAnchorElement, 在文件/var/mobile/Containers/Data/Application/E3BF064E-27C0-458F-AA17-18DAC45C068D/Library/Caches/MiniGame_v1/1109894360/1/1_0_0/unpack/game.js(行2,列232517), 堆栈:/var/mobi...
来源: Laya_社区 发布时间: 20191011
...个问题 就是 我进入游戏 就会提示alert("ShaderData getTexture can't support"); 我们在游戏中也 确实进行了相关的操作 private onTexLoad(tex:Laya.Texture2D):void { // let oldTex = this.material.getTexture(); this.material.setTexture(tex); this.plane.active = true; // if(...
来源: Laya_社区 发布时间: 20190612
...9:49 index.js:829 data stderr: stderr: npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Administrator\AppData\Roaming\npm-cache\_logs\2020-08-18T01_47_13_310Z-debug.log index.js:829 data 2 end) npm install -g @vivo-minigame/cli:1 index.js:829 data laya_ide_time.gulp.taskcreat...
来源: Laya_社区 发布时间: 20200817
...同来自: 5. 常见ide错误提示 https://ask.layabox.com/question/4562 Cannot connect to runtime process, timeout after 10000 ms - (reason: Can't find a target that matches: file:// https://ask.layabox.com/question/12302 2018-03-08 0 0 分享 微博 QZONE 微信 qian 赞同来自: 6.添加第...
来源: Laya_社区 发布时间: 20180308
...ile not found Unity3d导出模型时 报错:LayaAir3D UnityPlugin prefab can't export You should check the texture file format add shader include file err, has add:Lighting.glsl,这个问题是什么,我就一句代码都会出现这个问题 Swift中接入其他都正常,但是在你们的c...
来源: Laya_社区 发布时间: 20180715
...ormInitOK 07-22 15:28:49.275: E/0(13400): ==============Java流程 InitMainCanvas() 07-22 15:28:49.275: E/LayaConch5(13400): plugin-----------------EngineStart() = /data/user/0/com.layabox.conch5//LayaCache/localstorage 07-22 15:28:49.327: E/dboxed_process(13427): Not starting debugger since process...
来源: Laya_社区 发布时间: 20190722
...iew的官网api有这样一句话:This class is the basis upon which you can roll your own web browser or simply display some online content within your Activity. It uses the WebKit rendering engine to display web pages 。原来webview也相当于一个浏览器,使用webkit作为渲染引擎...
来源: Laya_社区 发布时间: 20160104