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

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

11. laya.d3.physicscannon.shape.CannonCompoundColliderShape_API3.0 [ 93%]

... Parameters value: Vector3 Returns void localRotation get localRotation(): Quaternion set localRotation(value: Quaternion): void Inherited from CannonColliderShape.localRotation Defined in laya/d3/physicsCannon/shape/CannonColliderShape.ts:130 Shape的本地旋转。 Returns Quaternion Inherited fro...

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

12. laya.d3.physics.shape.CompoundColliderShape_API3.0 [ 93%]

... Parameters value: Vector3 Returns void localRotation get localRotation(): Quaternion set localRotation(value: Quaternion): void Inherited from CompoundColliderShape.localRotation Defined in laya/d3/physics/shape/ColliderShape.ts:140 Shape的本地旋转。 Returns Quaternion Inherited from Compound...

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

13. laya.d3.physics.shape.CylinderColliderShape_API3.0 [ 93%]

... Parameters value: Vector3 Returns void localRotation get localRotation(): Quaternion set localRotation(value: Quaternion): void Inherited from CompoundColliderShape.localRotation Defined in laya/d3/physics/shape/ColliderShape.ts:140 Shape的本地旋转。 Returns Quaternion Inherited from Compound...

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

14. laya.d3.physics.shape.CapsuleColliderShape_API3.0 [ 93%]

... Parameters value: Vector3 Returns void localRotation get localRotation(): Quaternion set localRotation(value: Quaternion): void Inherited from CompoundColliderShape.localRotation Defined in laya/d3/physics/shape/ColliderShape.ts:140 Shape的本地旋转。 Returns Quaternion Inherited from Compound...

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

15. laya.d3.physics.shape.ConeColliderShape_API3.0 [ 93%]

... Parameters value: Vector3 Returns void localRotation get localRotation(): Quaternion set localRotation(value: Quaternion): void Inherited from CompoundColliderShape.localRotation Defined in laya/d3/physics/shape/ColliderShape.ts:140 Shape的本地旋转。 Returns Quaternion Inherited from Compound...

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

16. laya.d3.animation.AnimationTransform3D [ 93%]

...实现3D变换。 Public Properties PropertyDefined By  localRotation : QuaternionAnimationTransform3DPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By  AnimationTransform3D(owner:AnimationNode, localPosition:Float32Array = null, localRotation:Float32A...

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

17. laya.d3.physics.shape.BoxColliderShape_API3.0 [ 93%]

... Parameters value: Vector3 Returns void localRotation get localRotation(): Quaternion set localRotation(value: Quaternion): void Inherited from CompoundColliderShape.localRotation Defined in laya/d3/physics/shape/ColliderShape.ts:140 Shape的本地旋转。 Returns Quaternion Inherited from Compound...

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

18. 2.0版本可用的CameraMoveScript.ts [ 93%]

... Laya.Vector3 = new Laya.Vector3();     protected resultRotation: Laya.Quaternion = new Laya.Quaternion();     protected tempRotationZ: Laya.Quaternion = new Laya.Quaternion();     protected tempRotationX: Laya.Quaternion = new Laya.Quaternion();     protected tempRotationY: Laya.Qua...

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

19. 设置transform.localRotation之后,就不能再使用transform.rotate了 [ 91%]

...3(10, 0, 0), true); //这里会有效 ele.transform.localRotation=new Laya.Quaternion(0, 0,0,0); //这里也还是有效的 ele.transform.rotate(new Laya.Vector3(30, 0, 0), true); //这里就无效了,从此以后的对ele的rotate全部无效了 2017-03-23 添加评论 免费帖 --> 分享 微博...

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

20. laya.d3.core.Transform3D [ 86%]

...calPosition : Vector3 获取局部位置。 Transform3D  localRotation : Quaternion 获取局部旋转。 Transform3D  localRotationEuler : Vector3 获取局部空间的旋转角度。 Transform3D  localScale : Vector3 获取局部缩放。 Transform3D  owner : Sprite3D[read-only] 获取所...

来源: laya_api 发布时间: 20170929