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

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

121. 播放动画(TypeScript-3D基础(TS)-LayaAir3D之Animator动画) [ 76%]

...动播放。我们要怎么控制动画播放呢? LayaAir 3D引擎Sprite3D类提供了 `getComponent()` 方法来获取模型上组件。带动画模型在加载创建时引擎默认赋予了Animator动画组件,因此我们可以获取它,参考以下代码。 ```typescript //获...

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

122. 播放动画(ActionScript-3D基础(AS3)-LayaAir3D之Animator动画) [ 76%]

...动播放。我们要怎么控制动画播放呢? LayaAir 3D引擎Sprite3D类提供了 `getComponent()` 方法来获取模型上组件。带动画模型在加载创建时引擎默认赋予了Animator动画组件,因此我们可以获取它,参考以下代码。 ```typescript //获...

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

123. 物理刚体(TypeScript-3D基础(TS)-LayaAir3D之物理系统) [ 76%]

...script //新建一个球体模型并添加到舞台上 var sphere:Laya.MeshSprite3D = scene.addChild(new Laya.MeshSprite3D(PrimitiveMesh.createSphere(1))) as Laya.MeshSprite3D; //新建一个球形碰撞盒 var sphereShape:Laya.SphereColliderShape = new Laya.SphereColliderShape(1); //给球添加...

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

124. 物理刚体(ActionScript-3D基础(AS3)-LayaAir3D之物理系统) [ 76%]

...`typescript //新建一个球体模型并添加到舞台上 var sphere:MeshSprite3D = scene.addChild(new MeshSprite3D(PrimitiveMesh.createSphere(1))) as MeshSprite3D; //新建一个球形碰撞盒 var sphereShape:SphereColliderShape = new SphereColliderShape(1); //给球添加刚体 var sphereRig...

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

125. Unity导出动画加载成功,如何贴图! [ 76%]

... 请大神指点  , 为什么我导出.lh 文件加载后,复制给Sprite3D  里面有个摄像机,和 Sprite3D  ,而我按照你们例子去获取MeshSprite3D 根本就没有 ! 1.如果可以贴 怎么实现,不行是不是我导出有问题 2.因为我这个是双面   背...

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

126. 2.6.1物理bug [ 76%]

...; this.basketballCourt = this.scene3D.getChildByName("BasketballCourt") as Sprite3D; var collision:PhysicsCollider = this.basketballCourt.getChildByName("BasketballCourt1").getComponent(PhysicsCollider); collision.restitution = 0.1; this.ball = this.scene3D.getChildByName("Ball") as Sprite3D; this.b...

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

127. laya.d3.core.light.LightSprite_API3.0 [ 76%]

...tSprite deprecated LightSprite 类用于创建灯光父类。 Hierarchy Sprite3D LightSprite DirectionLight PointLight SpotLight Index Constructors constructor Properties _extra _scene _url name tag WORLDINVERTFRONT Accessors active activeInHierarchy color components destroyed displayedInStage hi...

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

128. 用u3d导出粒子效果,不能移动粒子位置 [ 76%]

用u3d导出粒子效果,不能移动粒子位置 var particleSprite3D:Laya.Sprite3D = Laya.Sprite3D.load("res/LayaScene_effect/effect.lh") as Laya.Sprite3D; particleSprite3D.transform.translate(new Laya.Vector3(0,20,0)) this.scene.addChild(particleSprite3D); 用u3d导出粒子效果,...

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

129. laya.d3.component.animation.UVAnimations [ 75%]

... 获取播放器当前动画节点数量。 KeyframeAnimations owner : Sprite3D[read-only] 获取所属Sprite3D节点。 Component3D player : AnimationPlayer[read-only] 获取动画播放器。 KeyframeAnimations started : Boolean是否已执行start函数。Component3D templet : AnimationTem...

来源: laya_api 发布时间: 20170603

130. 现在引擎3d有类似unity中 transform.InverseTransformPoint()方法吗 [ 75%]

...阵和世界矩阵,直接获取矩阵12,13,14号元素就是position Sprite3D.transform.localMatrix Sprite3D.transform.worldMatrix 2017-06-01 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 q755456 相关问题 看了其他引擎才...

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