• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 428 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0046 秒)

211. unity导出的3D动画模型,导入 laya环境报错: node._setParent is not a function [ 52%]

...容相关的链接 提交 1 个回复 拾 赞同来自: addChild  换成 addComponent 可以了给我回复下 2019-12-21 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 138*****519 相关问题 unity导出粒子文件问题 加载到舞...

来源: Laya_社区 发布时间: 20191203

212. laya.d3.core.light.DirectionLight_API3.0 [ 52%]

...orm url Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents hasHideFlag hasListener is...

来源: Laya3.0_api 发布时间: 20231115

213. 碰撞器点击问题 [ 52%]

...但是官网是英文的。 haiboannacom • 2018-01-08 18:50 @Laya_Aaron:addComponent(Laya.Rigidbody)添加刚体以后。还是不行。猎狗添加刚体直接报错啊。 Laya_Aaron • 2018-01-08 19:05 @haiboannacom:刚体在unity里面的啊

来源: Laya_社区 发布时间: 20180108

214. 物理系统之ConfigurableConstraint(ActionScript-3D基础(AS3)-LayaAir3D之物理系统) [ 52%]

...ody3D); //创建约束 var configurableConstraint:ConfigurableJoint = boxA.addComponent(ConfigurableConstraint); //为约束设置两个连接刚体 configurableConstraint.setConnectRigidBody(boxARigid,boxBRigid); ``` - 2.设置锚点anchor和连接锚点connectAnchor ```typescript //设置锚点anc...

来源: Laya2.0_文档 发布时间: 20210715

215. laya.display.Node [ 52%]

...位置。 Node  addChildren(... args):void 批量增加子节点 Node  addComponent(type:Class):* 添加组件。 Node  addComponentIntance(comp:Component):* 添加组件实例。 Node  addInputChild(node:Node):NodeNode  callLater(method:Function, args:Array = null):void 延迟运行指定...

来源: Laya2.0_api 发布时间: 20190513

216. Laya2D 物理关节的动态使用方法 以及contact.getHitInfo报错问题 [ 52%]

...怎么在代码设置 实现粘黏效果 核心代码如下: 只需要在addcomponent前将otherBody指向就行 -----------------------第二个就是 contact.getHitInfo() 碰撞信息这个参数报错问题  修改laya.physicsc.js 中_sendEvent函数如图 ----------这个问题官方大大更...

来源: Laya_社区 发布时间: 20220505

217. laya.d3.core.MeshTerrainSprite3D_API3.0 [ 52%]

...l width Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance addInputChild callLater clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents getHeight hasHideFlag ha...

来源: Laya3.0_api 发布时间: 20231102

218. bug,ChainCollider.points第二次设置,会报错! [ 52%]

...ChildByName("ground");            //****新增代码*****, ground.addComponent(Laya.ChainCollider);                       //****新增代码*****, this._chains=ground.getComponent(Laya.ChainCollider);   //****新增代码*****, }   报错内容: at Object.box2d.b2Asse...

来源: Laya_社区 发布时间: 20181130

219. 导出的3D资源加载报错 [ 52%]

...sition=new Vector3(0, 5, 10); //加入摄像机移动控制脚本 //camera.addComponent(CameraMoveScript); //添加蒙皮动画角色模型 var role3D:Sprite3D=Laya.loader.getRes("res/LayaScene_layaScene/layaScene.lh"); //加载到场景 scene.addChild(role3D); } } 附件 : --> LayaScene_layaScene.r...

来源: Laya_社区 发布时间: 20190416

220. js中使用sharedMesh报错 [ 51%]

...),false); warehouse1.name = "仓库1"; var warehouseCollider1 = warehouse1.addComponent(Laya.MeshCollider); warehouseCollider1.mesh = warehouse1.meshFilter.sharedMesh;错误信息: TypeError: Cannot read property 'sharedMesh' of undefined at onComplete (file:///E:/LayaWorkspace/javaScriptLaya/src/...

来源: Laya_社区 发布时间: 20171219