大约有 93 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0035 秒)
...Node.is3D Defined in laya/display/Node.ts:87 是否3D节点,即Scene3D和Sprite3D及其衍生类 Returns boolean items get items(): ISelect[] Defined in laya/ui/UIGroup.ts:510 项对象们的存放数组。 Returns ISelect[] labelBold get labelBold(): boolean set labelBold(value: boolean): void De...
来源: Laya3.0_api 发布时间: 20231115
...Node.is3D Defined in laya/display/Node.ts:87 是否3D节点,即Scene3D和Sprite3D及其衍生类 Returns boolean lightmaps get lightmaps(): Lightmap[] set lightmaps(value: Lightmap[]): void Defined in laya/d3/core/scene/Scene3D.ts:688 光照贴图数组,返回值为浅拷贝数组。 Returns Light...
来源: Laya3.0_api 发布时间: 20231115
...sform: Transform3D; onStart(): void { this.transform = (this.owner as Laya.Sprite3D).transform; this.CurrentAngles = new Vector3(-this.transform.rotationEuler.x, this.transform.rotationEuler.y, 0); this.targetAngles = new Vector3(-this.transform.rotationEuler.x, this.transform.rotationEuler.y, 0); t...
来源: Laya_社区 发布时间: 20170714