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

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

1121. LayaAir功能介绍(TypeScript-简介篇(TS)-LayaAir引擎简介) [ 74%]

...系统、TiledMap、prtocol等API; 还新增内置了box2d物理引擎、组件化支持,以及150多款3D功能,比如: 新增的主要官方材质包括PBRStandardMaterial、PBRSpecularMaterial以及UnlitMaterial材质等。 纹理方面,增加多种纹理参数配置(mipmap、format、w...

来源: Laya2.0_文档 发布时间: 20210715

1122. laya.d3.core.MeshSprite3D_API3.0 [ 74%]

...rited from Node.components Defined in laya/display/Node.ts:983 返回所有组件实例。 Returns ReadonlyArray<Component> 返回组件实例数组。 destroyed get destroyed(): boolean Inherited from Node.destroyed Defined in laya/display/Node.ts:92 是否已经销毁。对象销毁后不能...

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

1123. laya.d3.core.particleshuriken.ShuriKenParticle3D_API3.0 [ 74%]

...rited from Node.components Defined in laya/display/Node.ts:983 返回所有组件实例。 Returns ReadonlyArray<Component> 返回组件实例数组。 destroyed get destroyed(): boolean Inherited from Node.destroyed Defined in laya/display/Node.ts:92 是否已经销毁。对象销毁后不能...

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

1124. laya.ui.List [ 74%]

...用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Component  cacheAs : String[override] 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新...

来源: laya_api 发布时间: 20170929

1125. 物理系统之FixedConstraint(JavaScript-3D基础(JS)-LayaAir3D之物理系统) [ 74%]

...量 rigidBody2.mass = 10; ``` - 2.创建FixedConstraint ```typescript //以组件形式为刚体添加FixedConstraint var fixedConstraint:FixedConstraint = box.addComponent(FixedConstraint); //设置约束的锚点 fixedConstraint.anchor = new Vector3(0,0,0); //设置约束的连接锚点 fixedConst...

来源: Laya2.0_文档 发布时间: 20210715

1126. 物理系统之FixedConstraint(TypeScript-3D基础(TS)-LayaAir3D之物理系统) [ 74%]

...量 rigidBody2.mass = 10; ``` - 2.创建FixedConstraint ```typescript //以组件形式为刚体添加FixedConstraint var fixedConstraint:FixedConstraint = box.addComponent(FixedConstraint); //设置约束的锚点 fixedConstraint.anchor = new Vector3(0,0,0); //设置约束的连接锚点 fixedConst...

来源: Laya2.0_文档 发布时间: 20210715

1127. 3.0自定义脚本属性在ide上不显示 [ 74%]

...是必现,但是会偶现的2个问题,list设置item template无效和组件设置mask无效,看起来拖上去已经设置成功,保存后,再选中他,发现设置了个寂寞,需要重新打开ide设置,恢复正常。   附件 : --> 2023-04-03 添加评论 免费帖 --> 分享 ...

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

1128. laya.d3.core.SkinnedMeshSprite3D_API3.0 [ 74%]

...rited from Node.components Defined in laya/display/Node.ts:983 返回所有组件实例。 Returns ReadonlyArray<Component> 返回组件实例数组。 destroyed get destroyed(): boolean Inherited from Node.destroyed Defined in laya/display/Node.ts:92 是否已经销毁。对象销毁后不能...

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

1129. laya.d3.core.trail.TrailSprite3D_API3.0 [ 74%]

...rited from Node.components Defined in laya/display/Node.ts:983 返回所有组件实例。 Returns ReadonlyArray<Component> 返回组件实例数组。 destroyed get destroyed(): boolean Inherited from Node.destroyed Defined in laya/display/Node.ts:92 是否已经销毁。对象销毁后不能...

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

1130. [LayaAirIDE3][3.1.0 B2]MouseEnabled选项更改后,缺少提示 [ 74%]

...来自:   已在3.1.0-beta.3和3.0.11上修改。   自动:使用引擎组件默认的配置决定是否接受鼠标事件,例如图像组件默认不接受鼠标事件,而按钮组件默认接受鼠标事件。 是:接受鼠标事件,可用于鼠标事件的侦听与交互。 否:不...

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