| BuildManager Methods |
The BuildManager type exposes the following members.
| Name | Description | |
|---|---|---|
| PerformBuild |
Performs the build from the command line.
Command line options:
buildTarget Platform to build. buildPath Path to store the build. buildType Type of configuration to build. | |
| PerformBuild(BuildSettings) |
Performs the build of the specified target to the specified file path.
| |
| PerformBuild(BuildTarget, BuildType) |
Performs the build of the specified target to the default file path for the specified build target.
| |
| PrepareBuild | ||
| RestoreEditor |
Restores everything after a build to work again in the editor.
|