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

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

21. laya.d3.math.CollisionUtils [ 98%]

...另一个包围盒 CollisionUtils  boxContainsPoint(box:BoundBox, point:Vector3):int[static] 空间中包围盒是否包含另一个点 CollisionUtils  boxContainsSphere(box:BoundBox, sphere:BoundSphere):int[static] 空间中包围盒是否包含另一个包围球 CollisionUtils  closestPointB...

来源: Laya2.0_api 发布时间: 20190513

22. 关于2.1.0代码设计的疑问 [ 98%]

关于2.1.0代码设计的疑问 1.关于 2.1.0版本 Vector3 的疑问 如下:2.1.0的Vector3 /**@private */ public static const _ZERO:Vector3 =/*[STATIC SAFE]*/ new Vector3(0.0, 0.0, 0.0); /**@private */ public static const _ONE:Vector3 =/*[STATIC SAFE]*/ new Vector3(1.0, 1.0, 1.0); /**@private...

来源: Laya_社区 发布时间: 20190706

23. laya.d3.math.Vector2_API3.0 [ 98%]

...Protected All Inherited Externals Only exported Menu Globals "laya/d3/math/Vector2" Vector2 Class Vector2 Vector2 类用于创建二维向量。 Hierarchy Vector2 Implements IClone Index Constructors constructor Properties x y ONE ZERO Methods clone cloneTo forNativeElement fromArray setValue toArra...

来源: Laya3.0_api 发布时间: 20231102

24. laya.d3.graphics.VertexPositionNormalColorTexture0Texture1Skin [ 98%]

...重顶点结构。 Public Properties PropertyDefined By  blendIndex : Vector4[read-only] VertexPositionNormalColorTexture0Texture1Skin  blendWeight : Vector4[read-only] VertexPositionNormalColorTexture0Texture1Skin  color : Vector4[read-only] VertexPositionNormalColorTexture0Texture1Skin  n...

来源: laya_api 发布时间: 20170929

25. laya.d3.graphics.VertexPositionNormalColorSkin [ 98%]

...重顶点结构。 Public Properties PropertyDefined By  blendIndex : Vector4[read-only] VertexPositionNormalColorSkin  blendWeight : Vector4[read-only] VertexPositionNormalColorSkin  color : Vector4[read-only] VertexPositionNormalColorSkin  normal : Vector3[read-only] VertexPositionNormalC...

来源: laya_api 发布时间: 20170929

26. laya.d3.graphics.VertexPositionNormalTextureSkin [ 98%]

...重顶点结构。 Public Properties PropertyDefined By  blendIndex : Vector4[read-only] VertexPositionNormalTextureSkin  blendWeight : Vector4[read-only] VertexPositionNormalTextureSkin  normal : Vector3[read-only] VertexPositionNormalTextureSkin  position : Vector3[read-only] VertexPositi...

来源: laya_api 发布时间: 20170929

27. laya.d3.graphics.VertexPositionNormalTexture0Texture1SkinTangent [ 98%]

...重顶点结构。 Public Properties PropertyDefined By  blendIndex : Vector4[read-only] VertexPositionNormalTexture0Texture1SkinTangent  blendWeight : Vector4[read-only] VertexPositionNormalTexture0Texture1SkinTangent  normal : Vector3[read-only] VertexPositionNormalTexture0Texture1SkinTange...

来源: laya_api 发布时间: 20170929

28. laya.d3.graphics.VertexPositionNormalColorTextureTangent [ 98%]

...、切线顶点结构。 Public Properties PropertyDefined By  color : Vector4[read-only] VertexPositionNormalColorTextureTangent  normal : Vector3[read-only] VertexPositionNormalColorTextureTangent  position : Vector3[read-only] VertexPositionNormalColorTextureTangent  tangent : Vector3[re...

来源: laya_api 发布时间: 20170929

29. laya.d3.math.Vector2 [ 98%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames Vector2Properties | Methods | Constants Packagelaya.d3.mathClasspublic class Vector2InheritanceVector2 ObjectImplements laya.d3.core.IClone Vector2 类用于创建二维向量。 Public Properties PropertyDefined By  el...

来源: laya_api 发布时间: 20170929

30. laya.d3.math.BoundBox [ 98%]

...类用于创建包围盒。 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