Class BuildArtifacts
API for managing build artifacts.
Inherited Members
Namespace: Unity.Build
Assembly: solution.dll
Syntax
public static class BuildArtifacts
Methods
| Name | Description |
|---|---|
| GetBuildArtifact(BuildConfiguration, Type) | Get the value of the first build artifact that is assignable to type Type. |
| GetBuildArtifact<T>(BuildConfiguration) | Get the value of the first build artifact that is assignable to type |
| GetBuildResult(BuildConfiguration) | Get the last build result from building the build configuration specified. |