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

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

21. laya.d3.math.Plane_API3.0 [ 98%]

...blic/Protected All Inherited Externals Only exported Menu Globals "laya/d3/math/Plane" Plane Class Plane 平面。 Hierarchy Plane Index Constructors constructor Properties PlaneIntersectionType_Back PlaneIntersectionType_Front PlaneIntersectionType_Intersecting Accessors distance normal Methods clo...

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

22. laya.d3.math.Viewport_API3.0 [ 98%]

...blic/Protected All Inherited Externals Only exported Menu Globals "laya/d3/math/Viewport" Viewport Class Viewport Viewport 类用于创建视口。 Hierarchy Viewport Index Constructors constructor Properties height maxDepth minDepth width x y _tempViewport Methods cloneTo project set unprojectFromM...

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

23. laya.maths.Rectangle_API3.0 [ 98%]

... Public/Protected All Inherited Externals Only exported Menu Globals "laya/maths/Rectangle" Rectangle Class Rectangle Rectangle 对象是按其位置(由它左上角的点 (x, y) 确定)以及宽度和高度定义的区域。 Rectangle 类的 x、y、width 和 height 属性相互独立;更改...

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

24. laya.d3.math.Rand_API3.0 [ 98%]

...blic/Protected All Inherited Externals Only exported Menu Globals "laya/d3/math/Rand" Rand Class Rand Rand 类用于通过32位无符号整型随机种子创建随机数。 Hierarchy Rand Index Constructors constructor Properties seeds Accessors seed Methods getFloat getSignedFloat getUint getByteFr...

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

25. laya.d3.math.CollisionUtils_API3.0 [ 98%]

...blic/Protected All Inherited Externals Only exported Menu Globals "laya/d3/math/CollisionUtils" CollisionUtils Class CollisionUtils Collision 类用于检测碰撞。 Hierarchy CollisionUtils Index Constructors constructor Methods boxContainsBox boxContainsPoint boxContainsSphere closestPointBoxPoin...

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

26. 其他引擎的Demo-Example_23 [ 98%]

... laser.life = 0; var pos1; var pos2; if (type % 2) { pos1 = new Point(-20, Math.random() * viewHeight); pos2 = new Point(viewWidth, Math.random() * viewHeight + 20); } else { pos1 = new Point(Math.random() * viewWidth, -20); pos2 = new Point(Math.random() * viewWidth, viewHeight + 20); } var distX =...

来源: Laya_示例 发布时间: 20240929

27. laya.maths.MathUtils3D_API3.0 [ 97%]

... Public/Protected All Inherited Externals Only exported Menu Globals "laya/maths/MathUtils3D" MathUtils3D Class MathUtils3D MathUtils3D 类用于创建数学工具。 Hierarchy MathUtils3D Index Constructors constructor Properties Deg2Rad MaxValue MinValue zeroTolerance Methods fastInvSqrt isZero ne...

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

28. laya.maths.Matrix4x4_API3.0 [ 97%]

... Public/Protected All Inherited Externals Only exported Menu Globals "laya/maths/Matrix4x4" Matrix4x4 Class Matrix4x4 Matrix4x4 类用于创建4x4矩阵。 Hierarchy Matrix4x4 Implements IClone Index Constructors constructor Properties elements DEFAULT DEFAULTINVERT ZERO Methods clone cloneByArray c...

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

29. 其他引擎的Demo-Example_23 [ 97%]

... laser.life = 0; let pos1; let pos2; if (type % 2) { pos1 = new Point(-20, Math.random() * viewHeight); pos2 = new Point(viewWidth, Math.random() * viewHeight + 20); } else { pos1 = new Point(Math.random() * viewWidth, -20); pos2 = new Point(Math.random() * viewWidth, viewHeight + 20); } let distX =...

来源: Laya2.0_示例 发布时间: 20240929

30. laya.d3.math.Matrix4x4_API3.0 [ 97%]

...blic/Protected All Inherited Externals Only exported Menu Globals "laya/d3/math/Matrix4x4" Matrix4x4 Class Matrix4x4 Matrix4x4 类用于创建4x4矩阵。 Hierarchy Matrix4x4 Implements IClone Index Constructors constructor Properties elements DEFAULT ZERO Methods clone cloneByArray cloneTo decompos...

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