大约有 25 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0044 秒)
...4 createFromRotation createFromScaling createFromTranslation createRotationQuaternion forwardLookAt lookAt multiply Constructors constructor new Matrix3x3(createElement?: boolean): Matrix3x3 Defined in laya/maths/Matrix3x3.ts:166 创建一个 Matrix3x3 实例。 Parameters Default value createElemen...
来源: Laya3.0_api 发布时间: 20231115
...4 createFromRotation createFromScaling createFromTranslation createRotationQuaternion forwardLookAt lookAt multiply Constructors constructor new Matrix3x3(createElement?: boolean): Matrix3x3 Defined in laya/d3/math/Matrix3x3.ts:166 创建一个 Matrix3x3 实例。 Parameters Default value createElem...
来源: Laya3.0_api 发布时间: 20231102
...e.render.RenderState; import laya.d3.core.scene.Scene; import laya.d3.math.Quaternion; import laya.d3.math.Vector3; import laya.d3.math.Vector4; import laya.d3.resource.Texture2D; import laya.d3.resource.TextureCube; import laya.d3.resource.models.BaseMesh; import laya.d3.resource.models.Mesh; impor...
来源: Laya_示例 发布时间: 20241118
...).getChildByName("MoveBlockPivot") as Laya.Sprite3D; let newRot = new Laya.Quaternion(0, 0, 0, 0); Laya.Quaternion.createFromYawPitchRoll(0, 0* (Math.PI / 180), 0, newRot); this.pivot.transform.rotation = newRot; .............................................. if (e.keyCode == 97) { // console.log("a...
来源: Laya_社区 发布时间: 20171228
...旋转,会使这个方体根据世界坐标系的坐标轴进行旋转 //Quaternion四元数,常用来表示3d旋转,可以根据各个轴的旋转弧度计算出 //Quaternion.createFromYawPitchRoll(yaw:Number, pitch:Number, roll:Number, out:Quaternion) box.transform.rotation = new Quaternion(x,...
来源: Laya_社区 发布时间: 20161223
...DataManager:getComponentsData(GameObject, JSONObject, JSONObject, Vector3, Quaternion, Vector3, String&) LayaExport.DataManager:getGameObjectData(GameObject, String, JSONObject, Boolean) LayaExport.DataManager:getGameObjectData(GameObject, String, JSONObject, Boolean) LayaExport.DataManager:getG...
来源: Laya_社区 发布时间: 20180907
...null, worldPositionStays:Boolean = true, position:Vector3 = null, rotation:Quaternion = null):Sprite3D[static] 创建精灵的克隆实例。 Sprite3D isMouseEvent(type:String):Boolean 检测指定事件类型是否是鼠标事件。 EventDispatcher load(url:String):Sprite3D[static] 加载网格...
来源: laya_api 发布时间: 20170929
... 3.95000958442688, 1.06434166431427); camera.transform.rotation = new Laya.Quaternion( -0.19387270510196686, -0.6291995048522949, -0.16616787016391754, 0.7341046333312988); let scene: Laya.Scene = new Laya.Scene(); scene.addChild(camera); scene.addScript(SceneScript); Laya.stage.addChild(scene); } }...
来源: Laya_社区 发布时间: 20180201
...null, worldPositionStays:Boolean = true, position:Vector3 = null, rotation:Quaternion = null):Sprite3D[static] 创建精灵的克隆实例。 Sprite3D isMouseEvent(type:String):Boolean 检测指定事件类型是否是鼠标事件。 EventDispatcher load(url:String, complete:Handler):void[static] ...
来源: Laya2.0_api 发布时间: 20190513
...eObject gameObject, .JSONObject node, .JSONObject child, Vector3 position, Quaternion rotation, Vector3 scale, System.String& goPath) LayaExport.DataManager.getGameObjectData (UnityEngine.GameObject gameObject, System.String gameObjectPath, .JSONObject parentsChildNodes, Boolean ignoreNullChild)...
来源: Laya_社区 发布时间: 20171109