大约有 276 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0034 秒)
Laya_社区(131) Laya3.0_api(55) Laya2.0_api(31) Laya_示例(21) laya_api(19) Laya2.0_文档(17) Laya3.0_文档(2)
... 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
... 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
... 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
... 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
... 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
...实现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
... 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
...。 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
...请: 与内容相关的链接 提交 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
... 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_示例 发布时间: 20241125