大约有 93 项符合查询结果, 库内数据总量为 30,902 项。 (搜索耗时: 0.0031 秒)
Laya_社区(38) Laya3.0_api(26) Laya_示例(6) Laya2.0_示例(6) laya_api(5) Laya3.0_文档(5) Laya2.0_api(4) Laya2.0_文档(3)
...Only exported Menu Globals "laya/d3/core/material/PBRMaterial" PBRMaterial Class PBRMaterial PBR材质的父类,该类为抽象类。 Hierarchy Material PBRMaterial PBRStandardMaterial Implements IClone Index Constructors constructor Properties _id destroyedImmediately lock name renderQueue url uuid...
来源: Laya3.0_api 发布时间: 20231115
...nu Globals "laya/d3/core/material/PBRStandardMaterial" PBRStandardMaterial Class PBRStandardMaterial PBRStandardMaterial 类用于实现PBR材质。 Hierarchy PBRMaterial PBRStandardMaterial Implements IClone Index Constructors constructor Properties _id destroyedImmediately lock name renderQueue ur...
来源: Laya3.0_api 发布时间: 20231115
...脚本, (图2-22) 然后在脚本中添加如下代码: const { regClass, property } = Laya; @regClass() export class Script extends Laya.Script { //declare owner : Laya.Sprite3D; @property({ type: Laya.Scene3D }) scene3d: Laya.Scene3D; constructor() { super(); } /** * 组件被激活后执...
来源: Laya3.0_文档 发布时间: 20250103