大约有 171 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0033 秒)
Laya3.0_api(54) Laya_社区(43) laya_api(41) Laya2.0_api(16) Laya2.0_文档(10) Laya3.0_文档(5) Laya_示例(2)
...gine.UIElements.IMGUIContainer.DoOnGUI (UnityEngine.Event evt, UnityEngine.Matrix4x4 parentTransform, UnityEngine.Rect clippingRect, System.Boolean isComputingLayout, UnityEngine.Rect layoutSize) (at D:/unity/Modules/UIElements/IMGUIContainer.cs:298) UnityEngine.UIElements.IMGUIContainer.HandleIMGUI...
来源: Laya_社区 发布时间: 20190910
...rnion):void[static] 根据3x3矩阵计算四元数 Quaternion createFromMatrix4x4(mat:Matrix4x4, out:Quaternion):void[static] 从旋转矩阵计算四元数 Quaternion createFromYawPitchRoll(yaw:Number, pitch:Number, roll:Number, out:Quaternion):void[static] 从欧拉角基元四元数(顺...
来源: laya_api 发布时间: 20170929
...界矩阵等于它即可。 如果需要获得旋转,可从laya.d3.math.Matrix4x4 的 decomposeTransRotScale方法获取旋转四元数 2017-06-09 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 gy760736077 相关问题 sprite旋转以...
来源: Laya_社区 发布时间: 20170608
...tionLight.color = new Vector3(1, 1, 1); //设置平行光的方向 var mat:Matrix4x4 = directionLight.transform.worldMatrix; mat.setForward(new Vector3(-1.0, -1.0, -1.0)); directionLight.transform.worldMatrix=mat; ``` **setForward** 平行光的方向,分别代表x、y、z轴上的方向,负...
来源: Laya2.0_文档 发布时间: 20210715
...ntal.UIElements.IMGUIContainer.DoOnGUI (UnityEngine.Event evt, UnityEngine.Matrix4x4 worldTransform, UnityEngine.Rect clippingRect, System.Boolean isComputingLayout) (at D:/unity/Modules/UIElements/IMGUIContainer.cs:266) UnityEngine.Experimental.UIElements.IMGUIContainer.HandleIMGUIEvent (UnityEngin...
来源: Laya_社区 发布时间: 20210607
...):void[static] 根据3x3矩阵计算四元数 ConchQuaternion createFromMatrix4x4(mat:Matrix4x4, out:ConchQuaternion):void[static] 从旋转矩阵计算四元数 ConchQuaternion createFromYawPitchRoll(yaw:Number, pitch:Number, roll:Number, out:ConchQuaternion):void[static] 从欧拉角生成...
来源: Laya2.0_api 发布时间: 20190513
....position = new Vector3(0.0, 1.2, 0.0); //设置聚光灯的方向 var mat:Matrix4x4 = spotLight.transform.worldMatrix; mat.setForward(new Vector3(0.15, -1.0, 0.0)); directionLight.transform.worldMatrix=mat; //设置聚光灯范围 spotLight.range = 6.0; //设置聚光灯锥形角度 spotLight.spotA...
来源: Laya2.0_文档 发布时间: 20210715
... getColor getColorByIndex getFloat getFloatByIndex getInt getIntByIndex getMatrix4x4 getMatrix4x4ByIndex getShaderData getShaderDataByIndex getShaderPropertyValue getTexture getTextureByIndex getVector2 getVector2ByIndex getVector3 getVector3ByIndex getVector4 getVector4ByIndex hasDefine hasListener...
来源: Laya3.0_api 发布时间: 20231102
...gine.UIElements.IMGUIContainer.DoOnGUI (UnityEngine.Event evt, UnityEngine.Matrix4x4 parentTransform, UnityEngine.Rect clippingRect, System.Boolean isComputingLayout, UnityEngine.Rect layoutSize) (at C:/buildslave/unity/build/Modules/UIElements/IMGUIContainer.cs:295) UnityEngine.UIElements.IMGUICont...
来源: Laya_社区 发布时间: 20201218
...m3D的 set position 里的 var parentInvMat: Matrix4x4 = Transform3D._tempMatrix0; this._parent.worldMatrix.invert(parentInvMat); Vector3.transformCoordinate(value, parentInvMat, this._localPosition); 2020-05-20 0 0 ...
来源: Laya_社区 发布时间: 20200520