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

大约有 378 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0055 秒)

141. laya.d3.core.MeshSprite3D_API3.0 [ 51%]

...learTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once removeChild removeChildAt removeC...

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

142. laya.d3.core.particleshuriken.ShuriKenParticle3D_API3.0 [ 51%]

...learTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once removeChild removeChildAt removeC...

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

143. 资源加载(TypeScript-3D基础(TS)-LayaAir3D之资源加载) [ 51%]

...ew Laya.Vector3(-20, 13, 0)); //获取动画组件 pangziAnimator = pangzi.getChildAt(0).getComponent(Laya.Animator); //AnimationClip的加载要放在Avatar加载完成之后 Laya.AnimationClip.load("res/threeDimen/skinModel/BoneLinkScene/Assets/Model3D/PangZi-Take 001.lani", Laya.Handler.create(nu...

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

144. laya.d3.core.SkinnedMeshSprite3D_API3.0 [ 51%]

...learTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once removeChild removeChildAt removeC...

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

145. laya.d3.core.trail.TrailSprite3D_API3.0 [ 51%]

...learTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once removeChild removeChildAt removeC...

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

146. as中BoxCollider引入了,但是运行的时候还是提示null [ 51%]

...or3(-25,0,0),false); var warehouseMeshSprite3D1 :MeshSprite3D = warehouse1.getChildAt(0).getChildByName("Mesh1") as MeshSprite3D; //添加盒型碰撞器 var boxCollider:BoxCollider = warehouseMeshSprite3D1.addComponent(BoxCollider) as BoxCollider; boxCollider.setFromBoundBox(warehouseMeshSprite3D1....

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

147. TrailSprite3D的ALIGNMENT_TRANSFORM_Z模式和ALIGNMENT_VIEW模式有什么区别? [ 51%]

...的?代码层面调整是否有效? 我的修改方式: (this.trail.getChildAt(0) as Laya.TrailSprite3D).trailFilter.alignment = 1; 希望官方能解答一下。 2018-12-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...

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

148. LayaAir IDE 2.2.0beta4 动画挂点(骨骼挂点)无效 [ 51%]

...et index = 0; let child: Laya.Sprite3D = null; while (true) { child = root.getChildAt(index) as Laya.Sprite3D; if (!child) break; if (child.name == nodeName) { child.addChild(Sprite3D); Sprite3D.transform.localPosition = new Laya.Vector3(); return true; } else { if (this.link2Node(nodeName, child, S...

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

149. laya.d3.core.SimpleSkinnedMeshSprite3D_API3.0 [ 51%]

...learTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once removeChild removeChildAt removeC...

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

150. 模型的功能介绍(JavaScript-3D基础(JS)-LayaAir3D之模型和网格) [ 50%]

...这都需要从加载的模型中去获取子对象,我们可以通过 **getChildAt()、getChildByName()** 方法去获取子对象,这与2D引擎获取子对象方法一样。 下面我们来加载一个场景的.ls文件,然后获取它的子对象。在获取子对象之前,建议打开.l...

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