Method Add
Add(Guid, string, IEnumerable<FileInfo>)
Add an asset and its exported files to the build manifest.
Declaration
public void Add(Guid assetGuid, string assetPath, IEnumerable<FileInfo> exportedFiles)
Parameters
Type | Name | Description |
---|---|---|
Guid | assetGuid | The asset Guid. |
string | assetPath | The asset path. |
IEnumerable<FileInfo> | exportedFiles | The files that were exported by the asset exporter for this asset. |