大约有 59 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0028 秒)
...,不允许实例。 Public Properties PropertyDefined By boundingBox : BoundBox[read-only] 获取AABB包围盒,禁止修改其数据。 BaseMesh boundingBoxCorners : Array[read-only] 获取包围球顶点,禁止修改其数据。 BaseMesh boundingSphere : BoundSphere[read-only] 获取包...
来源: laya_api 发布时间: 20170929
...x2_onTriggerStay " + this.owner.name + " "+ other.owner.name); let b1:Laya.BoundBox = this.box.meshRenderer.boundingBox; let box2:Laya.MeshSprite3D = other.owner as Laya.MeshSprite3D; let b2:Laya.BoundBox = box2.meshRenderer.boundingBox; }获取boundingBox的时候会报错。报错如下图所示...
来源: Laya_社区 发布时间: 20181116
... Public Properties Show Inherited Public Properties PropertyDefined By boundBox : OrientedBoundBox[read-only] 获取包围盒子。 BoxCollider center : Vector3 中心点 BoxCollider destroyed : Boolean[read-only] 获取是否已销毁。 Component3D enable : Boolean 获取是否启用。 C...
来源: laya_api 发布时间: 20170929
.../index.html?category=Core&class=laya.d3.math.Quaternion) 。 **包围盒(BoundBox)** 包围盒算法是一种求解离散点集最优包围空间的方法,基本思想是用体积稍大且特性简单的几何体(称为包围盒)来近似地代替复杂的几何对象。LayaAir3D支持3...
来源: Laya2.0_文档 发布时间: 20210714
.../index.html?category=Core&class=laya.d3.math.Quaternion) 。 **包围盒(BoundBox)** 包围盒算法是一种求解离散点集最优包围空间的方法,基本思想是用体积稍大且特性简单的几何体(称为包围盒)来近似地代替复杂的几何对象。LayaAir3D支持3...
来源: Laya2.0_文档 发布时间: 20210715
.../index.html?category=Core&class=laya.d3.math.Quaternion) 。 **包围盒(BoundBox)** 包围盒算法是一种求解离散点集最优包围空间的方法,基本思想是用体积稍大且特性简单的几何体(称为包围盒)来近似地代替复杂的几何对象。LayaAir3D支持3...
来源: Laya2.0_文档 发布时间: 20210715
...function (other) { this.tsizex = this.box._components[0]._transformOrientedBoundBox.extents.x; this.tsizez = this.box._components[0]._transformOrientedBoundBox.extents.z; this.osizex = other._transformOrientedBoundBox.extents.x; this.osizez = other._transformOrientedBoundBox.extents.z; //得到是...
来源: Laya_社区 发布时间: 20181017
...tors constructor Properties MemoryBlock_size Accessors max min Methods _getBoundBox calculateBoundsintersection clone cloneTo getCenter getExtent getMax getMin setCenter setExtent setMax setMin Constructors constructor new NativeBounds(min?: Vector3, max?: Vector3): NativeBounds Defined in laya/d3/R...
来源: Laya3.0_api 发布时间: 20231115
...ties Show Inherited Public Properties PropertyDefined By boundingBox : BoundBox[override] [read-only] 获取包围盒,不允许修改其值。 ShurikenParticleRender boundingBoxCenter : Vector3[read-only] 获取包围盒中心,不允许修改其值。 BaseRender boundingSphere : BoundSphere[re...
来源: laya_api 发布时间: 20170929
...tor Accessors max min Methods calculateBoundsintersection clone cloneTo getBoundBox getCenter getCorners getExtent getMax getMin setCenter setExtent setMax setMin containPoint merge Constructors constructor new Bounds(min?: Vector3, max?: Vector3): Bounds Defined in laya/d3/math/Bounds.ts:130 创建...
来源: Laya3.0_api 发布时间: 20231115