大约有 3 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0041 秒)
...re是MacOS系统下产生的一些系统文件,所以没必要看到。 .meta是IDE用于识别与管理文件的文件,开发者也无需关注。 library、temp、local、settings这些目录,也是IDE仅供系统配置使用,不希望开发者修改,也给隐藏了起来。 3.2 本地...
来源: Laya3.0_文档 发布时间: 20251010
...ger.addFileActions(["png"], { onCreateNode: async (asset) => { let imageMeta = await sharp(Editor.assetDb.getFullPath(asset)).metadata(); return Editor.scene.createNode("Sprite", { texture: { _$uuid: asset.id }, width: imageMeta.width, height: imageMeta.height }); } }); } } onDropToScene 资源...
来源: Laya3.0_文档 发布时间: 20251010
...考如下 blob?: ArrayBuffer; //传递blob对象获得HTMLImageElement noMetaFile?: boolean; //是否不去下载Meta(json)文件 [key: string]: any; } TextureConstructParams { width?: number, height?: number, format?: TextureFormat, mipmap?: boolean, canRead?: boolean, sRGB?: boolean, } TextureProp...
来源: Laya3.0_文档 发布时间: 20251010