大约有 162 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0028 秒)
...iveMesh.ts:69 创建Box网格。 Parameters Default value long: number = 1 半径 Default value height: number = 1 垂直层数 Default value width: number = 1 水平层数 Returns Mesh Static createCapsule createCapsule(radius?: number, height?: number, stacks?: number, slices?: number): Mesh Defin...
来源: Laya3.0_api 发布时间: 20231115
... role2.y) < hitRadius) 很想知道 这个 hitRadius 是值得 敌机的半径+自己飞机的半径嘛 2019-03-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 bpmf_d 赞同来自: ...
来源: Laya_社区 发布时间: 20190327
...his.moveX = e.stageX; this.moveY = e.stageY; this.isMode = "run"; // 获取半径 var r = Math.sqrt(Math.pow((this.starX - this.moveX), 2) + Math.pow((this.starY - this.moveY), 2)); //当移动半径大于大圆的半径时,半径等于大圆的0.5的宽度(也就是半径) if (r >= this.mo...
来源: Laya_社区 发布时间: 20171030
...allback : Boolean = falseColliderShape radius : Number[read-only] 获取半径。 SphereColliderShape type : int[read-only] 获取碰撞类型。 ColliderShapePublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By SphereColliderShape(radius:Number = 0.5) ...
来源: Laya2.0_api 发布时间: 20190513
...球体。 Public Properties PropertyDefined By radius : Number 返回半径 SphereMesh slices : int 获取宽度分段 SphereMesh stacks : int 获取高度分段 SphereMeshPublic Methods MethodDefined By SphereMesh(radius:Number = 0.5, stacks:int = 32, slices:int = 32) 创建一个球...
来源: laya_api 发布时间: 20170929
...d By height : Number 返回高度 CylinderMesh radius : Number 返回半径 CylinderMesh slices : int 获取宽度分段 CylinderMeshPublic Methods MethodDefined By CylinderMesh(radius:Number = 0.5, height:Number = 2, slices:int = 32) 创建一个圆柱体模型 CylinderMeshProtected M...
来源: laya_api 发布时间: 20170929
... 获取方向。 CylinderColliderShape radius : Number[read-only] 获取半径。 CylinderColliderShape type : int[read-only] 获取碰撞类型。 ColliderShapePublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By CylinderColliderShape(radius:Number = 0...
来源: Laya2.0_api 发布时间: 20190513
...nly] 获取方向。 ConeColliderShape radius : Number[read-only] 获取半径。 ConeColliderShape type : int[read-only] 获取碰撞类型。 ColliderShapePublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By ConeColliderShape(radius:Number = 0.5, heig...
来源: Laya2.0_api 发布时间: 20190513
...er : Vector3包围球的中心。BoundSphere radius : Number包围球的半径。BoundSpherePublic Methods MethodDefined By BoundSphere(center:Vector3, radius:Number) 创建一个 BoundSphere 实例。 BoundSphere clone():* 克隆。 BoundSphere cloneTo(destObject:*):void 克隆。 Bou...
来源: laya_api 发布时间: 20170929
...er : Vector3包围球的中心。BoundSphere radius : Number包围球的半径。BoundSpherePublic Methods MethodDefined By BoundSphere(center:Vector3, radius:Number) 创建一个 BoundSphere 实例。 BoundSphere clone():* 克隆。 BoundSphere cloneTo(destObject:*):void 克隆。 Bou...
来源: Laya2.0_api 发布时间: 20190513