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

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

11. laya.d3.math.BoundBox [ 97%]

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

12. laya.d3.core.Bounds [ 97%]

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

13. laya.d3.math.OrientedBoundBox [ 97%]

...创建OBB包围盒。 Public Properties PropertyDefined By  extents : Vector3每个轴长度的一半OrientedBoundBox  transformation : Matrix4x4这个矩阵表示包围盒的位置和缩放,它的平移向量表示该包围盒的中心OrientedBoundBoxPublic Methods  MethodDefined By  Orient...

来源: laya_api 发布时间: 20170929

14. laya.d3.math.BoundsImpl_API3.0 [ 97%]

...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

15. laya.d3.math.OrientedBoundBox [ 97%]

...创建OBB包围盒。 Public Properties PropertyDefined By  extents : Vector3每个轴长度的一半OrientedBoundBox  transformation : Matrix4x4这个矩阵表示包围盒的位置和缩放,它的平移向量表示该包围盒的中心OrientedBoundBoxPublic Methods  MethodDefined By  Orient...

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

16. laya.d3.math.Bounds_API3.0 [ 97%]

...setMax setMin containPoint merge Constructors constructor new Bounds(min?: Vector3, max?: Vector3): Bounds Defined in laya/d3/math/Bounds.ts:130 创建一个 Bounds 实例。 Parameters Optional min: Vector3 min 最小坐标 Optional max: Vector3 max 最大坐标。 Returns Bounds Accessors max get ...

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

17. laya.d3.graphics.Vertex.VertexShurikenParticleMesh [ 97%]

... Vector4[read-only] VertexShurikenParticleMesh  simulationWorldPostion : Vector3[read-only] VertexShurikenParticleMesh  startColor : Vector4[read-only] VertexShurikenParticleMesh  startLifeTime : Number[read-only] VertexShurikenParticleMesh  startRotation0 : Vector3[read-only] VertexShuriken...

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

18. laya.d3.core.Transform3D [ 97%]

...y : AnimationTransform3D 取关联虚拟变换。 Transform3D  forward : Vector3[read-only] 获取向前方向。 Transform3D  localMatrix : Matrix4x4 获取局部矩阵。 Transform3D  localPosition : Vector3 获取局部位置。 Transform3D  localRotation : Quaternion 获取局部旋转...

来源: laya_api 发布时间: 20170929

19. laya.d3.graphics.Vertex.VertexShurikenParticleBillboard [ 97%]

...or4[read-only] VertexShurikenParticleBillboard  simulationWorldPostion : Vector3[read-only] VertexShurikenParticleBillboard  startColor : Vector4[read-only] VertexShurikenParticleBillboard  startLifeTime : Number[read-only] VertexShurikenParticleBillboard  startRotation0 : Vector3[read-only]...

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

20. 射线检测-点击行走 [ 97%]

...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_示例 发布时间: 20240929