大约有 582 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0033 秒)
...Inherited from Light.color Defined in laya/d3/core/light/Light.ts:61 灯光颜色。 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/co...
来源: Laya3.0_api 发布时间: 20231115
...走的区域 (图2-3) 通过下面代码,可以读取此图,并将颜色值放到数组中 /** * 通过图片数据计算得到AStart网格 */ private createGridFromAStarMap(texture): any { var textureWidth = texture.width; var textureHeight = texture.height; var pixelsInfo = texture.getPixe...
来源: Laya3.0_文档 发布时间: 20230303