• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 10 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0026 秒)

1. laya.d3.utils.Picker [ 100%]

...rix:Matrix4x4, world:Matrix4x4, out:Ray):void[static] 计算鼠标生成的射线。 Picker  rayIntersectsPositionsAndIndices(ray:Ray, vertexDatas:Float32Array, vertexDeclaration:VertexDeclaration, indices:Uint16Array, outHitInfo:RaycastHit):Boolean[static] 计算射线和三角形碰撞并返回...

来源: laya_api 发布时间: 20170929

2. laya.d3.math.Collision [ 99%]

...on  intersectsRayAndBoxRD(ray:Ray, box:BoundBox):Number[static] 空间中射线和包围盒是否相交 Collision  intersectsRayAndBoxRP(ray:Ray, box:BoundBox, out:Vector3):Number[static] 空间中射线和包围盒是否相交 Collision  intersectsRayAndPlaneRD(ray:Ray, plane:Plane, out:Numbe...

来源: laya_api 发布时间: 20170929

3. laya.d3.utils.Physics [ 95%]

...光线,获取发生碰撞的第一个碰撞器。 Parameters ray:Ray — 射线  outHitInfo:RaycastHit — 与该射线发生碰撞的第一个碰撞器的碰撞信息  distance:Number (default = NaN) — 射线长度,默认为最大值  layer:int (default = 0) — 选定制定层内的碰撞器,...

来源: laya_api 发布时间: 20170929

4. laya.d3.math.BoundSphere [ 94%]

...成包围球。 BoundSphere  intersectsRayDistance(ray:Ray):Number 判断射线是否与碰撞球交叉,并返回交叉距离。 BoundSphere  intersectsRayPoint(ray:Ray, outPoint:Vector3):Number 判断射线是否与碰撞球交叉,并返回交叉点。 BoundSphere  toDefault():voidBoundSp...

来源: laya_api 发布时间: 20170929

5. laya.d3.math.Ray [ 87%]

...elaya.d3.mathClasspublic class RayInheritanceRay Object Ray 类用于创建射线。 Public Properties PropertyDefined By  direction : Vector3方向Ray  origin : Vector3原点RayPublic Methods  MethodDefined By  Ray(origin:Vector3, direction:Vector3) 创建一个 Ray 实例。 RayProperty De...

来源: laya_api 发布时间: 20170929

6. laya.d3.component.physics.MeshCollider [ 80%]

...线,获取发生碰撞的网格碰撞器信息。 Parameters ray:Ray — 射线  hitInfo:RaycastHit — 与该射线发生碰撞网格碰撞器的碰撞信息  maxDistance:Number (default = NaN) — 射线长度,默认为最大值 ReturnsBooleanFri Sep 29 2017, 06:34 PM +08:00

来源: laya_api 发布时间: 20170929

7. laya.d3.component.physics.BoxCollider [ 78%]

...线,获取发生碰撞的盒体碰撞器信息。 Parameters ray:Ray — 射线  hitInfo:RaycastHit — 与该射线发生碰撞盒体碰撞器的碰撞信息  maxDistance:Number (default = NaN) — 射线长度,默认为最大值 ReturnsBooleanFri Sep 29 2017, 06:34 PM +08:00

来源: laya_api 发布时间: 20170929

8. laya.d3.component.physics.SphereCollider [ 78%]

...线,获取发生碰撞的球体碰撞器信息。 Parameters ray:Ray — 射线  hitInfo:RaycastHit — 与该射线发生碰撞球体碰撞器的碰撞信息  maxDistance:Number (default = NaN) — 射线长度,默认为最大值 ReturnsBooleanFri Sep 29 2017, 06:34 PM +08:00

来源: laya_api 发布时间: 20170929

9. laya.d3.core.Camera [ 61%]

...wportPointToRay(point:Vector2, out:Ray):void 计算从裁切空间生成的射线。 Camera off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDi...

来源: laya_api 发布时间: 20170929

10. laya.d3.math.OrientedBoundBox [ 56%]

...rsectsRay(ray:Ray, out:Vector3):Number 该包围盒是否与空间中另一射线相交 OrientedBoundBox  merge(a:OrientedBoundBox, b:OrientedBoundBox, noMatrixScaleApplied:Boolean):void[static] 把一个Obb类型的包围盒b合入另一Obb型包围盒a OrientedBoundBox  scale(scaling:Vector3):...

来源: laya_api 发布时间: 20170929