大约有 365 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0039 秒)
播放音效时报错Failed to set the 'buffer' property on 'AudioBufferSourceNode'的问题 __proto._tryClearBuffer=function(sourceNode){ // if (!Browser.onMac){ // try{ // sourceNode.buffer=null; // }catch (e){ // WebAudioSoundChannel._tryCleanFailed=true; // } // return; // } try {sourceNode.buf...
来源: Laya_社区 发布时间: 20180914
TypeError: ele.render is not a function 我在ui里面加一个list的组件一直给我报错 2018-01-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 5 个回复 qian 赞同来自: https://ldc.layabox.com/doc/?nav=zh-as-6...
来源: Laya_社区 发布时间: 20180117
Cannot read property 'call' of undefined 当我新建GameScene并添加到舞台后,出现如下异常: 详细日志: "TypeError: Cannot read property 'call' of undefined at Function.<anonymous> (file:///Users/moos/Company/Emerson-AirWar/EmersonGame/bin/libs/laya.core.js:130:41)...
来源: Laya_社区 发布时间: 20180709
使用高度图的时候 Cannot read property 'width' of undefined var terrainSprite = Laya.MeshTerrainSprite3D.createFromMeshAndHeightMap(terrain.meshFilter.sharedMesh, texture, 45.58879852294922, -45.58879852294922); //报错:Cannot read property 'width' of undefinedDemo见附件。 附件 :...
来源: Laya_社区 发布时间: 20170601
property 'laya3d' does not exist on type 'typeof laya' 2017-05-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 cuixueying 赞同来自: 问题描述不明确,请详细描述下重现步骤! 2017-05-11 0 0 ...
来源: Laya_社区 发布时间: 20170511
addToTransparentRenderQueue 中 'add' of undefined 我这个项目是3d的。使用了 批处理。导致出现了这个报错。 之前使用2.1.1版本,在电脑很容易出现。 后来升级到 2.30. 说是对这块有修复。 内容为-- 修复StaticBatch合并多次调用可能出现...
来源: Laya_社区 发布时间: 20200313
Uncaught TypeError: Game.super is not a function var Game = (function(_super){ function Game() { Game.super(this); } Laya.ClassUtils(Game,"Game",_super) return Game; })(ui.GameUI) 2017-10-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...
来源: Laya_社区 发布时间: 20171012
UI相关问题 LayaAir引擎 Uncaught TypeError: tex.once is not a function 不知道有没有和我遇到一样的问题 附件 : --> 2018-05-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 Laya_Aaron 赞同...
来源: Laya_社区 发布时间: 20180510
Uncaught TypeError: e.getStackTrace is not a function catch( e:Error ) { ToolBase.Log( e.getStackTrace() ); // Uncaught TypeError: e.getStackTrace is not a function } Uncaught TypeError: e.getStackTrace is not a function。请问这个后续会实现吗? 2017-01-19 添加评论 免费...
来源: Laya_社区 发布时间: 20170119
XmlDom类没有了?解析xml时,报错Property 'attributes' does not exist on type 'Node & ChildNode'. XmlDom没有了吗?要用哪个类? 我只找到原生的XMLDocument,可是报错 Property 'attributes' does not exist on type 'Node & ChildNode'. 谁 遇到过?let local_confi...
来源: Laya_社区 发布时间: 20190401