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

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

101. laya.d3.core.trail.TrailRenderer_API3.0 [ 55%]

...s/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya...

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

102. laya.d3.core.pixelline.PixelLineRenderer_API3.0 [ 55%]

...s/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya...

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

103. laya.d3.component.volume.batchvolume.StatiVertexMergeBatchRender_API3.0 [ 55%]

...s/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya...

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

104. laya.d3.physics.constraints.ConfigurableConstraint_API3.0 [ 53%]

...s/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 disableCollisionsBetweenLinkedBodies disableCollisionsBetweenLinkedBodies: boolean = true Inherited from ConstraintComponent.disableCollisionsBetweenLinkedBodies Defined in laya/d3/physics/constraints/ConstraintC...

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

105. 列表组件 · LayaAir3.0文档 · LAYABOX [ 53%]

...以使用编辑器自定义不同样式的列表内容项。List组件的脚本接口请参考List API。 一、通过LayaAir IDE创建List组件 1.1 List的组成 List通常由两个部分组成:列表渲染项(单元格)、滚动条。 列表渲染项可以是Box对象或其它自定义页...

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

106. laya.d3.core.ui3d.UI3D_API3.0 [ 52%]

...s/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya...

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

107. 事件管理 · LayaAir3.0文档 · LAYABOX [ 51%]

...中,新建一个2D空项目,在Scene2D下新建一个自定义的组件脚本,并添加如下代码: onAwake(): void { //侦听自定义的事件"Click" this.owner.on("Click",this,()=>{ console.log("侦听到自定义的“Click”事件"); }) } //鼠标点击后执行,发送Click事件...

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

108. 2.x引擎项目升级指南 · LayaAir3.0文档 · LAYABOX [ 50%]

...=> { console.log("clicked"); }); class MyScript extends Laya.Script { //脚本事件 onMouseClick(e:Event) { console.log("clicked"); } } aNode.addComponent(MyScript); 以上两种方式是等价的,且在纯2D,或2D/3D混合这两种情况中均可正常使用。 3.2 2D能对3D正确遮挡。...

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

109. laya.d3.physics.Rigidbody3D_API3.0 [ 50%]

...s/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 canScaleShape canScaleShape: boolean = true Inherited from PhysicsTriggerComponent.canScaleShape Defined in laya/d3/physics/PhysicsComponent.ts:206 是否可以缩放Shape。 owner owner: Node Inherited from Comp...

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

110. 3D物理编辑 · LayaAir3.0文档 · LAYABOX [ 31%]

...将会围绕可视化的3D物理组件的详细使用说明、物理组件脚本的使用、如何引入第三方物理库等内容,指导开发者快速上手物理引擎的基础使用。 一、刚体 1.1 什么是刚体 无论是2D,还是3D,物理的开篇,都需要先了解刚体(Rigid...

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