Click or drag to resize
BuildManager Methods

The BuildManager type exposes the following members.

Methods
  NameDescription
Public methodPerformBuild
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.

Public methodPerformBuild(BuildSettings)
Performs the build of the specified target to the specified file path.
Public methodPerformBuild(BuildTarget, BuildType)
Performs the build of the specified target to the default file path for the specified build target.
Public methodPrepareBuild
Public methodRestoreEditor
Restores everything after a build to work again in the editor.
Top
See Also