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