大约有 1,194 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0046 秒)
Laya_社区(568) Laya3.0_api(166) Laya2.0_文档(165) Laya2.0_api(116) laya_api(115) Laya_示例(43) Laya3.0_文档(21)
...创建OBB包围盒。 Public Properties PropertyDefined By extents : Vector3每个轴长度的一半OrientedBoundBox transformation : Matrix4x4这个矩阵表示包围盒的位置和缩放,它的平移向量表示该包围盒的中心OrientedBoundBoxPublic Methods MethodDefined By Orient...
来源: Laya2.0_api 发布时间: 20190513
...I DocumentationAll Packages | All Classes | Index | Frames No Frames Vector3KeyframeProperties | Methods Packagelaya.d3.coreClasspublic class Vector3KeyframeInheritanceVector3Keyframe Keyframe Object Vector3Keyframe 类用于创建三维向量关键帧实例。 Public Properties Hide Inherit...
来源: Laya2.0_api 发布时间: 20190513
..., 2 相交 Static boxContainsPoint boxContainsPoint(box: BoundBox, point: Vector3): number Defined in laya/d3/math/CollisionUtils.ts:887 空间中包围盒是否包含另一个点 Parameters box: BoundBox 包围盒 point: Vector3 点 Returns number 位置关系:0 不想交,1 包含, 2 相交 Static ...
来源: Laya3.0_api 发布时间: 20231115
...Implements IClone Index Constructors constructor Properties _boundBox TEMP_VECTOR3_MAX0 TEMP_VECTOR3_MAX1 Methods calculateBoundsintersection clone cloneTo getCenter getExtent getMax getMin setCenter setExtent setMax setMin Constructors constructor new Bounds(min: Vector3, max: Vector3): Bounds Defi...
来源: Laya3.0_api 发布时间: 20231102
...、切线顶点结构。 Public Properties PropertyDefined By normal : Vector3[read-only] VertexPositionNormalTexture0Texture1Tangent position : Vector3[read-only] VertexPositionNormalTexture0Texture1Tangent tangent : Vector3[read-only] VertexPositionNormalTexture0Texture1Tangent textur...
来源: laya_api 发布时间: 20170929
...用于创建包围体。 Public Methods MethodDefined By Bounds(min:Vector3, max:Vector3) 创建一个 Bounds 实例。 Bounds clone():* 克隆。 Bounds cloneTo(destObject:*):void 克隆。 Bounds getCenter():Vector3 获取包围盒的中心点。 Bounds getExtent():Vector3 获取...
来源: 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
...nter setExtent setMax setMin Constructors constructor new BoundsImpl(min?: Vector3, max?: Vector3): BoundsImpl Defined in laya/d3/math/BoundsImpl.ts:138 创建一个 BoundsImp 实例。 Parameters Optional min: Vector3 min 最小坐标 Optional max: Vector3 max 最大坐标。 Returns BoundsImpl Pro...
来源: Laya3.0_api 发布时间: 20231115
...纹理2顶点结构。 Public Properties PropertyDefined By normal : Vector3[read-only] VertexPositionTerrain position : Vector3[read-only] VertexPositionTerrain textureCoord0 : Vector2[read-only] VertexPositionTerrain textureCoord1 : Vector2[read-only] VertexPositionTerrain vertexDe...
来源: Laya2.0_api 发布时间: 20190513
...y : AnimationTransform3D 取关联虚拟变换。 Transform3D forward : Vector3[read-only] 获取向前方向。 Transform3D localMatrix : Matrix4x4 获取局部矩阵。 Transform3D localPosition : Vector3 获取局部位置。 Transform3D localRotation : Quaternion 获取局部旋转...
来源: laya_api 发布时间: 20170929