大约有 99 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0025 秒)
...rties direction origin Methods at Constructors constructor new Ray(origin: Vector3, direction: Vector3): Ray Defined in laya/d3/math/Ray.ts:10 创建一个 Ray 实例。 Parameters origin: Vector3 射线的起点 direction: Vector3 射线的方向 Returns Ray Properties direction direction: Vector3 ...
来源: Laya3.0_api 发布时间: 20231115
...出矩阵 Returns void Static createFromScaling createFromScaling(scale: Vector3, out: Matrix3x3): void Defined in laya/d3/math/Matrix3x3.ts:98 根据制定缩放生成3x3矩阵 Parameters scale: Vector3 缩放值 out: Matrix3x3 输出矩阵 Returns void Static createFromTranslation createFromTransl...
来源: Laya3.0_api 发布时间: 20231102
...ns number 包涵:1,相交:2,不相交:0 containsPoint containsPoint(point: Vector3): number Defined in laya/d3/math/BoundFrustum.ts:314 与点的关系。 Parameters point: Vector3 点。 Returns number 包涵:1,相交:2,不相交:0 equalsBoundFrustum equalsBoundFrustum(other: BoundFrustum): boolean...
来源: Laya3.0_api 发布时间: 20231115
...用于创建射线。 Public Properties PropertyDefined By direction : Vector3方向Ray origin : Vector3原点RayPublic Methods MethodDefined By Ray(origin:Vector3, direction:Vector3) 创建一个 Ray 实例。 RayProperty Detaildirectionpropertypublic var direction:Vector3方向originpr...
来源: laya_api 发布时间: 20170929
...用于创建射线。 Public Properties PropertyDefined By direction : Vector3方向Ray origin : Vector3原点RayPublic Methods MethodDefined By Ray(origin:Vector3, direction:Vector3) 创建一个 Ray 实例。 RayProperty Detaildirectionpropertypublic var direction:Vector3方向originpr...
来源: Laya2.0_api 发布时间: 20190513
...ddChild(new Laya.Camera(0, 0.1, 100)); camera.transform.translate(new Laya.Vector3(0, 2, 5)); camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); camera.clearColor = null; //方向光 var directionLight = scene.addChild(new Laya.DirectionLight()); directionLight.color = new Laya.Vecto...
来源: Laya_示例 发布时间: 20241117
...dChild(new Laya.Camera(0, 0.1, 1000)); camera.transform.translate(new Laya.Vector3(0, 6, 10)); camera.transform.rotate(new Laya.Vector3(-30, 0, 0), true, false); var glitter = scene.addChild(new Laya.Glitter()); var glitterTemplet = glitter.templet; var glitterMaterial = glitter.glitterRender.shared...
来源: Laya_示例 发布时间: 20241117
...类用于创建包围盒。 Public Properties PropertyDefined By max : Vector3最大顶点。BoundBox min : Vector3最小顶点。BoundBoxPublic Methods MethodDefined By BoundBox(min:Vector3, max:Vector3) 创建一个 BoundBox 实例。 BoundBox clone():* 克隆。 BoundBox cloneTo...
来源: Laya2.0_api 发布时间: 20190513
... By distance : Number平面到坐标系原点的距离Plane normal : Vector3平面的向量Plane PlaneIntersectionType_Back : int = 0[static] 平面与其他几何体相交类型Plane PlaneIntersectionType_Front : int = 1[static] Plane PlaneIntersectionType_Intersecting : int = 2[stat...
来源: laya_api 发布时间: 20170929
... By distance : Number平面到坐标系原点的距离Plane normal : Vector3平面的向量Plane PlaneIntersectionType_Back : int = 0[static] 平面与其他几何体相交类型Plane PlaneIntersectionType_Front : int = 1[static] Plane PlaneIntersectionType_Intersecting : int = 2[stat...
来源: Laya2.0_api 发布时间: 20190513