大约有 1,116 项符合查询结果, 库内数据总量为 31,624 项。 (搜索耗时: 0.0050 秒)
Swift中接入其他都正常,但是在你们的conchConfig中,报错'string' file not found #import <string> 报错,这种本来是.mm文件的问题,但是只有你们自己的conchConfig有引用,而且是.h文件! 2019-05-07 添加评论 免费帖 --> 分享 微博 QZONE 微...
来源: Laya_社区 发布时间: 20190507
为什么操作着色器中的varying会报错 var ps: string = "\ precision mediump float;\ varying vec2 v_texcoord;\ varying vec4 v_color;\ varying vec2 v_pos;\ uniform sampler2D texture;\ void main(){\ gl_FragColor = vec4(0,v_pos.y/1,0,1);\ }"; 如果颜色用v_pos.y没有问题,但是一...
来源: Laya_社区 发布时间: 20180806
laya.timer.clear这个定时器的回调函数到底怎么用啊?模拟器上不报错,真机运行会抱着个错 file:///C:\Users\a754627670\AppData\Roaming\Tencent\Users\754627670\TIM\WinTemp\RichOle\FS)UC[2O9%@MVFUE31{L2MS.png 附件 : --> 2018-05-05 添加评论 免费帖 --> 分享 微...
来源: Laya_社区 发布时间: 20180505
[LayaAir3]LayaAir3.1.2,用上下左右键,移动元素时,控制台有报错信息 LayaAir3.1.2,用上下左右键,移动元素时,控制台有报错信息。 不影响游戏,但是确实是有bug 附件 : --> RabbitSimulationExperiment.rar 2024-04-15 添加评论 免费帖 -...
来源: Laya_社区 发布时间: 20240415
使用es6里面的MAP 然后加断点后IDE 报错 Error processing "variables": TypeError: Cannot read property 'length' of undefined at trimProperty (d:\Tools\LayaAirIDE_beta\resources\app\extensions\laya-debug\node_modules\vscode-chrome-debug-core\out\src\chrome\variables.js:137:18) at pro...
来源: Laya_社区 发布时间: 20180508
[LayaAir3]发布时如果resources下还包含有Resources文件夹 会导致最里面的Resources目录结构提到外层resources; 发布前 发布后 附件 : --> Resx.rar 2024-10-31 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...
来源: Laya_社区 发布时间: 20241031
Laya2.0正式版2D官方demo测试有问题 在2.0正式版的2D官方demo中,在游戏控制脚本未被激活的情况下,执行了onEnable和onStart里面的内容,onUpdate是正常没执行的。换成2.0测试版的库后是正常运行的。怀疑是2.0正式版的库存在问题,希...
来源: Laya_社区 发布时间: 20190221
Unity2.10.0beta插件报错 NullReferenceException: Object reference not set to an instance of an object o.c (UnityEngine.GameObject A_0) (at <174bbe38e5444724b5b9eeb4600df769>:0) o.k (UnityEngine.GameObject A_0, c A_1) (at <174bbe38e5444724b5b9eeb4600df769>:0) o.a (UnityEngine.GameObje...
来源: Laya_社区 发布时间: 20201230
编译报错。如何定位问题 SyntaxError: Unexpected token: punc (,) at JS_Parse_Error.get (eval at <anonymous> (/Applications/LayaAirIDE_beta.app/Contents/Resources/app/node_modules/layacmd/node_modules/uglify-js/tools/node.js:27:1), <anonymous>:86:23) 2017-11-13 添加评论 免...
来源: Laya_社区 发布时间: 20171113
报错,这不是个构造函数 "StartPage is not a constructor" StartPage: /**Created by the LayaAirIDE*/ var StartPage=(function(_super){ function StartPage(){ StartPage.__super.call(this); } Laya.class(StartPage,'view.StartPage',_super); return StartPage; })(StartPageUI) LayaSample: var La...
来源: Laya_社区 发布时间: 20181029