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

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

51. laya.d3.physicscannon.shape.CannonCompoundColliderShape_API3.0 [ 74%]

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

52. laya.d3.physics.shape.CompoundColliderShape_API3.0 [ 74%]

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

53. laya.d3.physics.shape.CylinderColliderShape_API3.0 [ 74%]

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

54. laya.d3.physics.shape.CapsuleColliderShape_API3.0 [ 74%]

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

55. laya.d3.physics.shape.ConeColliderShape_API3.0 [ 74%]

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

56. laya.d3.animation.AnimationTransform3D [ 74%]

...实现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

57. laya.d3.physics.shape.BoxColliderShape_API3.0 [ 74%]

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

58. laya.d3.renderobjs.nativeobj.NativeTransform3D_API3.0 [ 73%]

...。 Parameters z: number Returns void localRotation get localRotation(): Quaternion set localRotation(value: Quaternion): void Overrides Transform3D.localRotation Defined in laya/d3/RenderObjs/NativeOBJ/NativeTransform3D.ts:148 局部旋转。 Returns Quaternion Overrides Transform3D.localRotation D...

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

59. 已知方向向量怎么转欧拉角 [ 73%]

...请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: Quaternion   public static function createFromYawPitchRoll(yaw:Number, pitch:Number, roll:Number, out:Quaternion) 2019-04-03 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁...

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

60. 材质-BlinnPhong材质加载 [ 72%]

... new Laya.Vector3(0.3, 0.3, 0.3); layaMonkey.transform.rotation = new Laya.Quaternion(0.7071068, 0, 0, -0.7071067); Laya.timer.frameLoop(1, this, function () { layaMonkey.transform.rotate(this.rotation, false); });class BlinnPhongMaterialLoad { private rotation:Laya.Vector3 = new Laya.Vector3(0, 0.0...

来源: Laya_示例 发布时间: 20240930