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

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

101. laya.d3.core.MeshTerrainSprite3D_API3.0 [ 60%]

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

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

102. 你先用Laya.timer.frameLoop 然后再用tween才可以生效 直接用tween没用 [ 60%]

...sition); resetPosition(): void {    var aniMonkey: Laya.Sprite3D = scene.getChildByName("monkey") as Laya.Sprite3D;    aniMonkey.transform.position = new Laya.Vector3(math,math,math); } Laya.Tween.to(aniMonkey.transform.position, { x: math1, y: aniMonkey.transform.position.y, z: aniMonkey.transf...

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

103. laya3d的物理属性在哪里设置?求大神指点啊 [ 59%]

...果你是要在代码设置刚体的属性的话: let ball = this.scene.getChildByName('ball') as Laya.MeshSprite3D; let ballRigidboy = ball.getComponent(Laya.Rigidbody3D) as Laya.Rigidbody3D; ballRigidboy.friction = 1; ballRigidboy.rollingFriction = 1; ballRigidboy.restitution =1;拿到精灵节...

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

104. laya.d3.core.MeshSprite3D_API3.0 [ 59%]

...lone 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 removeChildByName ...

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

105. laya.d3.core.particleshuriken.ShuriKenParticle3D_API3.0 [ 59%]

...lone 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 removeChildByName ...

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

106. laya.d3.core.SkinnedMeshSprite3D_API3.0 [ 59%]

...lone 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 removeChildByName ...

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

107. laya.d3.core.trail.TrailSprite3D_API3.0 [ 59%]

...lone 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 removeChildByName ...

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

108. 播放动画(JavaScript-3D基础(JS)-LayaAir3D之Animator动画) [ 59%]

...是与美术事先约定好的。确认层级后可以过getChildAt()、或getChildByName()等方法获取模型后,再获取动画组件。** 还有一种备选方案:在获取动画组件之前,可以打开.ls或.lh查看有动画组件模型的层级关系,再去获取模型与动画组...

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

109. laya.d3.core.SimpleSkinnedMeshSprite3D_API3.0 [ 59%]

...lone 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 removeChildByName ...

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

110. 自定义Laya.Tab的item,tab注册的selectHandler无法触发到回调函数 [ 59%]

...例项目 关于发布oppo、vivo快游戏,无法生成Rpk问题 使用getChildByName()无法得到子节点对象 问题状态 最新活动: 2019-05-15 08:54 浏览: 1700 关注: 2 人 Laya_Aaron • 2019-05-15 10:20 没明白你要说的是什么情况 1555918138用户 • 2019-05-15 11:47 @...

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