大约有 196 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0039 秒)
Laya_社区(55) Laya3.0_api(53) Laya2.0_api(29) Laya_示例(21) laya_api(19) Laya2.0_文档(17) Laya3.0_文档(2)
...tion = new Laya.Vector3(-0.8, 0, 0); teapot1.transform.rotation = new Laya.Quaternion(0.7071068, 0, 0, -0.7071067); var teapot2 = scene.addChild(new Laya.MeshSprite3D(Laya.Mesh.load("../../res/threeDimen/staticModel/teapot/teapot-Teapot001.lm"))); teapot2.transform.position = new Laya.Vector3(0.8, 0...
来源: Laya_示例 发布时间: 20241118
...core.scene.BaseScene; import laya.d3.core.scene.Scene; import laya.d3.math.Quaternion; import laya.d3.math.Vector3; import laya.events.Event; import laya.events.KeyBoardManager; /** * ... * @author */ public class CameraMoveScript extends Script { protected var lastMouseX:Number; protected var lastM...
来源: Laya_社区 发布时间: 20170218
...。 Parameters z: number Returns void localRotation get localRotation(): Quaternion set localRotation(value: Quaternion): void Defined in laya/d3/core/Transform3D.ts:236 局部旋转。 Returns Quaternion Defined in laya/d3/core/Transform3D.ts:245 局部旋转。 Parameters value: Quaternion Returns...
来源: Laya3.0_api 发布时间: 20231115
...TranslationVector transpose billboard createAffineTransformation createFromQuaternion createLookAt createOrthoOffCenter createPerspective createPerspectiveOffCenter createRotationAxis createRotationQuaternion createRotationX createRotationY createRotationYawPitchRoll createRotationZ createScaling cr...
来源: Laya3.0_api 发布时间: 20231115
... 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
...TranslationVector transpose billboard createAffineTransformation createFromQuaternion createLookAt createOrthoOffCenter createPerspective createPerspectiveOffCenter createRotationAxis createRotationQuaternion createRotationX createRotationY createRotationYawPitchRoll createRotationZ createScaling cr...
来源: Laya3.0_api 发布时间: 20231102
...t : Vector3 获取Shape的本地偏移。 ColliderShape localRotation : Quaternion 获取Shape的本地旋转。 ColliderShape needsCustomCollisionCallback : Boolean = falseColliderShape type : int[read-only] 获取碰撞类型。 ColliderShapePublic Methods MethodDefined By ColliderSh...
来源: Laya2.0_api 发布时间: 20190513
...。 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
... new Laya.Vector3(0.3, 0.3, 0.3); layaMonkey.transform.rotation = new Laya.Quaternion(0.7071068, 0, 0, -0.7071067); class MeshLoad { constructor() { Laya3D.init(0, 0, true); Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; var scene = Laya.stage.addChild(...
来源: Laya_示例 发布时间: 20241118
...Verion mulMatrixByArray mulMatrixByArrayAndMatrixFast mulMatrixByArrayFast quaternionWeight transformQuat transformVector3ArrayByQuat transformVector3ArrayToVector3ArrayCoordinate transformVector3ArrayToVector3ArrayNormal uint8ArrayToArrayBuffer Properties Static _tempV0 _tempV0: Vector3 = new Vecto...
来源: Laya3.0_api 发布时间: 20231115