大约有 329 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0047 秒)
...换为webgl 部分机型下会出现 this._gl.createVertexArray is not a function. (In 'this._gl.createVertexArray()', 'this._gl.createVertexArray' is undefined);at requestAnimationFrame callback function 这种情况这边判断是不支持webgl2,是否又方法直接判断手机是否支持we...
来源: Laya_社区 发布时间: 20200921
...perty 'displayObject' of null 浏览器运行提示TypeError: xxx is not a function Uncaught unknown animationClip version. Uncaught TypeError: Cannot read property 'props' of undefined 问题状态 最新活动: 2021-09-01 19:47 浏览: 2016 关注: 2 人 187*****204 • 2021-09-02 09:22 好吧,...
来源: Laya_社区 发布时间: 20210901
...alid subscript '_ShadowCoord' 'unitySampleShadow': no matching 1 parameter function at Assets/LayaAir3D/LayaShader/CGIncludes/LayaBlinnPhongFA.cginc(104) (on d3d11) Compiling Vertex program with DIRECTIONAL SHADOWS_SCREEN LIGHTMAP_ON DisableLighting Platform defines: UNITY_ENABLE_REFLECTION_BUFFERS ...
来源: Laya_社区 发布时间: 20180224
...cript '_ShadowCoord' 'UnityComputeForwardShadows': no matching 3 parameter function at Assets/LayaAir3D/LayaShader/CGIncludes/LayaBlinnPhongFA.cginc(104) (on glcore) Compiling Vertex program with DIRECTIONAL SHADOWS_SCREEN DisableLighting LIGHTMAP_OFF Platform defines: UNITY_ENABLE_REFLECTION_BUFFER...
来源: Laya_社区 发布时间: 20180306
...的资源时,一直不成功,提示 wx.getFileSystemManager is not a function;at requestAnimationFrame callback function 附件 : --> 2018-09-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 Laya_Aaron ...
来源: Laya_社区 发布时间: 20180913
...取器 * @param {头像Url} headUrl * @param {显示头像Img} showImg */ function getWXHead(headUrl, showImg){ if(headCache[headUrl] != undefined){ showImg.skin = (headCache[headUrl]); }else{ // 创建请求 let httpRequest = new Laya.HttpRequest(); httpRequest.once(Laya.Event.COMPLETE, this, (data...
来源: Laya_社区 发布时间: 20190430
...nSuccess), Handler.create(this, onError) ); // 成功获取位置后触发 function onSuccess(info:GeolocationInfo):void { trace('经纬度: (' + info.longitude + '°, ' + info.latitude + '°),精确度:' + info.accuracy + 'm'); if(info.altitude != null) trace('海拔:' + info.altitude + 'm' +...
来源: Laya_社区 发布时间: 20180402
...mPlugin.game_plugin_init(3); 导微信小程序报错window.focus is not a function HTMLDivElement 2.0 排版问题 runtime运行报错! 3d 添加灯光 模型变的黑呼呼的 很多黑面 小游戏项目 加载有中文的json文件 报错 laya2 发布微信开放域工程,用微信开发者...
来源: Laya_社区 发布时间: 20181024
...用完全一样的代码,提示 Uncaught TypeError: handler.run is not a function at Tween.__proto.complete (laya.core.js:9423) 9423 :handler && handler.run(); 你们自己试试吧。。为啥要。&&run() 2017-11-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...
来源: Laya_社区 发布时间: 20171111
...如下: gameThirdScriptError undefined;at api readFile success callback function undefined 经调试,原因就是加载了xml,去掉该行就不会报错。 同时位图字体也是因为xml解析的原因报错 TypeError: xml.getElementsByTagName is not a function 2018-01-03 添加评论 免...
来源: Laya_社区 发布时间: 20180103