大约有 303 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0045 秒)
unity导出的3D动画模型,导入 laya环境报错: node._setParent is not a function var role3D: Laya.Sprite3D = Laya.loader.getRes("res/lk4.lh") as Laya.Sprite3D; //加载到场景 scene.addChild(role3D); //此处报错 var ani = role3D.getComponent(Laya.Animator) as Laya.Animator; //播...
来源: Laya_社区 发布时间: 20191203
...api] (d:\LayaBox\LayaAirIDE_1_7_6_beta\resources\app\extensions\laya-debug\node_modules\vscode-chrome-debug-core\out\src\chrome\chromeConnection.js:56:28) at ChromeDebugAdapter.get chrome [as chrome] (d:\LayaBox\LayaAirIDE_1_7_6_beta\resources\app\extensions\laya-debug\node_modules\vscode-chro...
来源: Laya_社区 发布时间: 20170824
...api [as api] (f:\LayaAirIDE_1.7.1_beta\resources\app\extensions\laya-debug\node_modules\vscode-chrome-debug-core\out\src\chrome\chromeConnection.js:56:28) at ChromeDebugAdapter.get chrome [as chrome] (f:\LayaAirIDE_1.7.1_beta\resources\app\extensions\laya-debug\node_modules\vscode-chrome-debug-core\...
来源: Laya_社区 发布时间: 20170309
...s\dell\Downloads\LayaAirIDE_1.7.2_beta\resources\app\extensions\laya-debug\node_modules\vscode-chrome-debug-core\out\src\chrome\chromeDebugAdapter.js:944:32) at dispatchRequest (c:\Users\dell\Downloads\LayaAirIDE_1.7.2_beta\resources\app\extensions\laya-debug\node_modules\vscode-chrome-debug-core\ou...
来源: Laya_社区 发布时间: 20170428
...属性,调用play()接口切状态的时候调用_revertDefaultKeyframeNodes报材质属性空 修改代码如下能请帮忙确认一下吗 private _addKeyframeNodeOwner(clipOwners: KeyframeNodeOwner[], node: KeyframeNode, propertyOwner: any): void { var nodeIndex = node._indexInList;...
来源: Laya_社区 发布时间: 20240517
...d(arr, 3); var path:Array = astart1.findPath(0, 0, 2, 2, grid); trace(grid.nodes[0][0].walkable, grid.nodes[1][0].walkable, grid.nodes[2][0].walkable); trace(grid.nodes[0][1].walkable, grid.nodes[1][1].walkable, grid.nodes[2][1].walkable); trace(grid.nodes[0][2].walkable, grid.nodes[1][2].walka...
来源: Laya_社区 发布时间: 20161221
destroy节点后,报错 /* 从舞台移除模型对象 @param node 节点 */ base_remove(node){ if(node.numChildren<=0)return; console.log('移除',node.name); let obj; for(let i=node.numChildren-1;i>=0;i--){ obj= node.getChildAt(i); obj.destroy(); } } 或者 /* 从舞台移除模型对...
来源: Laya_社区 发布时间: 20191119
...api [as api] (d:\LayaAirIDE_1.7.0_beta\resources\app\extensions\laya-debug\node_modules\vscode-chrome-debug-core\out\src\chrome\chromeConnection.js:56:28) at ChromeDebugAdapter.get chrome [as chrome] (d:\LayaAirIDE_1.7.0_beta\resources\app\extensions\laya-debug\node_modules\vscode-chrome-debug-core\...
来源: Laya_社区 发布时间: 20170222
TypeScript 泛形方法如何传TYPE? GetComponetInChild(node:laya.display.Node):Laya.Animator { for (var index = 0; index < node._childs.length; index++) { var element:Laya.Animator = node._childs[index].getComponentByType(Laya.Animator); if (element!=null) { return element; }else this.GetCompo...
来源: Laya_社区 发布时间: 20180531
...报错 如图 报错信息 D:\LayaAirIDE_1.7.13\resources\app\node_modules\uglify-js\lib\parse.js:204 throw new JS_Parse_Error(message, line, col, pos); ^ Error at new JS_Parse_Error (D:\LayaAirIDE_1.7.13\resources\app\node_modules\uglify-js\lib\parse.js:196:18) at js_error (D:\LayaAirIDE...
来源: Laya_社区 发布时间: 20171206