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

大约有 354 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0082 秒)

71. 树状列表组件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 83%]

树状列表组件(Tree)一、通过LayaAir IDE创建Tree组件1.1 Tree组成1.2 创建 Tree 组件1.3 Tree 组件常用属性二、通过代码创建Tree组件树状列表组件(Tree) 一、通过LayaAir IDE创建Tree组件 Tree 组件用来显示树状结构。用户可以查看排列...

来源: Laya3.0_文档 发布时间: 20251010

72. laya.d3.math.Collision [ 83%]

... 类用于检测碰撞。 Public Methods  MethodDefined By  Collision() 创建一个 Collision 实例。 Collision  boxContainsBox(box1:BoundBox, box2:BoundBox):int[static] 空间中包围盒是否包含另一个包围盒 Collision  boxContainsPoint(box:BoundBox, point:Vector3):int[static] ...

来源: laya_api 发布时间: 20170929

73. laya.d3.math.CollisionUtils [ 83%]

...于检测碰撞。 Public Methods  MethodDefined By  CollisionUtils() 创建一个 Collision 实例。 CollisionUtils  boxContainsBox(box1:BoundBox, box2:BoundBox):int[static] 空间中包围盒是否包含另一个包围盒 CollisionUtils  boxContainsPoint(box:BoundBox, point:Vector3):int[st...

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

74. laya.d3.math.OrientedBoundBox [ 82%]

...ientedBoundBoxInheritanceOrientedBoundBox Object OrientedBoundBox 类用于创建OBB包围盒。 Public Properties PropertyDefined By  extents : Vector3每个轴长度一半OrientedBoundBox  transformation : Matrix4x4这个矩阵表示包围盒位置和缩放,它平移向量表示该...

来源: laya_api 发布时间: 20170929

75. laya.d3.math.Bounds_API3.0 [ 82%]

...ted Menu Globals "laya/d3/math/Bounds" Bounds Class Bounds Bounds 类用于创建包围体。 Hierarchy Bounds Implements IClone Index Constructors constructor Accessors max min Methods calculateBoundsintersection clone cloneTo getBoundBox getCenter getCorners getExtent getMax getMin setCenter setEx...

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

76. animation在自定义box节点下不显示 [ 82%]

...父节点有加进舞台吗 135*****576 • 2018-07-20 10:43 加给自己创建一个box节点 这个box节点是添加进了舞台

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

77. 3D阴影无法渲染出来 [ 82%]

...耗性能 directionLight.shadowPCFType = 1; //添加自定义模型 // //创建模型显示对象 var sphere3D=new Laya.MeshSprite3D(new Laya.SphereMesh(1, 32, 32)); sphere3D.transform.translate(new Laya.Vector3(0,1,-5)); var box = scene.addChild(sphere3D); box.transform.rotate(new Laya.Vector3(0, 4...

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

78. laya默认模型阴影没有渲染 [ 82%]

...耗性能 directionLight.shadowPCFType = 1; //添加自定义模型 // //创建模型显示对象 var sphere3D=new Laya.MeshSprite3D(new Laya.SphereMesh(1, 32, 32)); sphere3D.transform.translate(new Laya.Vector3(0,1,-5)); var box = scene.addChild(sphere3D); box.transform.rotate(new Laya.Vector3(0, 4...

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

79. laya.d3.math.OrientedBoundBox [ 82%]

...ientedBoundBoxInheritanceOrientedBoundBox Object OrientedBoundBox 类用于创建OBB包围盒。 Public Properties PropertyDefined By  extents : Vector3每个轴长度一半OrientedBoundBox  transformation : Matrix4x4这个矩阵表示包围盒位置和缩放,它平移向量表示该...

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

80. Laya.Tween怎么运用到3D对象上? [ 82%]

... 报错 以及如何判断对象正在缓动中 关于对象池回收后再创建会报错 问题状态 最新活动: 2018-11-16 12:06 浏览: 1877 关注: 6 人 xueLayaBox • 2018-01-13 16:05 你ConstValue.animationTime 这是个方法吗? zszen • 2018-01-13 18:21 @xueLayaBox: 我只是把...

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