大约有 4,559 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0096 秒)
Laya_社区(3793) Laya2.0_文档(248) Laya3.0_文档(167) Laya3.0_api(156) Laya2.0_api(108) laya_api(80) Laya_示例(6) Laya2.0_示例(1)
...系统、TiledMap、prtocol等API; 还新增内置了box2d物理引擎、组件化支持,以及150多款3D功能,比如: 新增的主要官方材质包括PBRStandardMaterial、PBRSpecularMaterial以及UnlitMaterial材质等。 纹理方面,增加多种纹理参数配置(mipmap、format、w...
来源: Laya2.0_文档 发布时间: 20210715
...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
...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
...用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Component cacheAs : String[override] 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新...
来源: laya_api 发布时间: 20170929
...量 rigidBody2.mass = 10; ``` - 2.创建FixedConstraint ```typescript //以组件形式为刚体添加FixedConstraint var fixedConstraint:FixedConstraint = box.addComponent(FixedConstraint); //设置约束的锚点 fixedConstraint.anchor = new Vector3(0,0,0); //设置约束的连接锚点 fixedConst...
来源: Laya2.0_文档 发布时间: 20210715
...量 rigidBody2.mass = 10; ``` - 2.创建FixedConstraint ```typescript //以组件形式为刚体添加FixedConstraint var fixedConstraint:FixedConstraint = box.addComponent(FixedConstraint); //设置约束的锚点 fixedConstraint.anchor = new Vector3(0,0,0); //设置约束的连接锚点 fixedConst...
来源: Laya2.0_文档 发布时间: 20210715
...是必现,但是会偶现的2个问题,list设置item template无效和组件设置mask无效,看起来拖上去已经设置成功,保存后,再选中他,发现设置了个寂寞,需要重新打开ide设置,恢复正常。 附件 : --> 2023-04-03 添加评论 免费帖 --> 分享 ...
来源: Laya_社区 发布时间: 20230403
...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
...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
...来自: 已在3.1.0-beta.3和3.0.11上修改。 自动:使用引擎组件默认的配置决定是否接受鼠标事件,例如图像组件默认不接受鼠标事件,而按钮组件默认接受鼠标事件。 是:接受鼠标事件,可用于鼠标事件的侦听与交互。 否:不...
来源: Laya_社区 发布时间: 20231130