Method BuildContentArchives
BuildContentArchives(BuildTarget, HashSet<UntypedWeakReferenceId>, HashSet<UntypedWeakReferenceId>, IEnumerable<CustomContent>, string, out IBundleBuildResults, IList<IBuildTask>, params IContextObject[])
Build the set of Content Archives from a set of WeakObjectReferenceIds.
Declaration
public static ReturnCode BuildContentArchives(BuildTarget buildTarget, HashSet<UntypedWeakReferenceId> objReferences, HashSet<UntypedWeakReferenceId> sceneReferences, IEnumerable<CustomContent> customContent, string outputPath, out IBundleBuildResults results, IList<IBuildTask> taskList, params IContextObject[] contextObjects)
Parameters
Type | Name | Description |
---|---|---|
Build |
buildTarget | The target platform for the built data. |
Hash |
objReferences | Set of object references to build. |
Hash |
sceneReferences | Set of scene references to build. |
IEnumerable<Custom |
customContent | Custom content to include in the build. |
string | outputPath | The output path to build archives into. |
IBundle |
results | The results data from the build. This is returned in order to create the catalog data. |
IList<IBuild |
taskList | The task list to use when building the content archives. |
IContext |
contextObjects | Additional content objects to pass into the build pipeline. |
Returns
Type | Description |
---|---|
Return |
The result of the archive build process. |