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

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

1. laya.d3.math.CollisionUtils_API3.0 [ 100%]

...Point sphereContainsSphere sphereContainsTriangle Constructors constructor new CollisionUtils(): CollisionUtils Defined in laya/d3/math/CollisionUtils.ts:26 创建一个 Collision 实例。 Returns CollisionUtils Methods Static boxContainsBox boxContainsBox(box1: BoundBox, box2: BoundBox): number De...

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

2. laya.d3.math.Bounds_API3.0 [ 99%]

...Center setExtent 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 A...

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

3. laya.d3.math.BoundBox_API3.0 [ 94%]

...tCenterAndExtent toDefault createfromPoints merge Constructors constructor new BoundBox(min: Vector3, max: Vector3): BoundBox Defined in laya/d3/math/BoundBox.ts:17 创建一个 BoundBox 实例。 Parameters min: Vector3 包围盒的最小顶点。 max: Vector3 包围盒的最大顶点。 Returns Bo...

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

4. laya.physics.Physics_API3.0 [ 91%]

...n once start stop updatePhysicsByWorldRoot enable Constructors constructor new Physics(): Physics Defined in laya/physics/Physics.ts:39 Returns Physics Properties box2d box2d: any = (<any>window).box2d Defined in laya/physics/Physics.ts:19 Box2d引擎的全局引用,更多属性和api请参...

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

5. laya.d3.core.scene.bvh.BVHSpatialBox_API3.0 [ 88%]

...raverseBoundsCell sciContainsBox sciIntersectsBox Constructors constructor new BVHSpatialBox(bvhmanager: BVHSpatialManager, config: BVHSpatialConfig): BVHSpatialBox Defined in laya/d3/core/scene/bvh/BVHSpatialBox.ts:111 创建BVHSpaticalBox实例 Parameters bvhmanager: BVHSpatialManager config: BVHS...

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

6. laya.d3.math.BoundFrustum_API3.0 [ 86%]

...ntersects get3PlaneInterPoint getPlanesFromMatrix Constructors constructor new BoundFrustum(matrix: Matrix4x4): BoundFrustum Defined in laya/d3/math/BoundFrustum.ts:143 创建一个 BoundFrustum 实例。 Parameters matrix: Matrix4x4 锥截体的描述4x4矩阵。 Returns BoundFrustum Accessors bott...

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

7. laya.d3.core.scene.bvhscenerendermanager.BVHRenderBox_API3.0 [ 86%]

...raverseBoundsCell sciContainsBox sciIntersectsBox Constructors constructor new BVHRenderBox(bvhmanager: BVHSpatialManager, config: BVHSpatialConfig): BVHRenderBox Inherited from BVHSpatialBox.constructor Defined in laya/d3/core/scene/bvh/BVHSpatialBox.ts:111 创建BVHSpaticalBox实例 Parameters bvh...

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

8. laya.ui.Tree_API3.0 [ 81%]

...d4'/></item></root>"; var domParser:* = new Browser.window.DOMParser();//创建一个DOMParser实例domParser。 var xml:* = domParser.parseFromString(xmlString, "text/xml");//解析xml字符。 var tree:Tree = new Tree();//创建一个 Tree 类的实例对象 tree...

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

9. laya.ui.List_API3.0 [ 73%]

...nt = 0; i < 20; i++) { arr.push({label: "item" + i}); } var list:List = new List();//创建一个 List 类的实例对象 list 。 list.itemRender = Item;//设置 list 的单元格渲染器。 list.repeatX = 1;//设置 list 的水平方向单元格数量。 list.repeatY = 10;//设置 list 的垂...

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

10. laya.ui.Box_API3.0 [ 71%]

...op timerOnce toParentPoint updateZOrder fromImage Constructors constructor new Box(createChildren?: boolean): Box Inherited from UIComponent.constructor Overrides Sprite.constructor Defined in laya/ui/UIComponent.ts:24 创建一个新的 Component 实例。 Parameters Default value createChildren: b...

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