Click or drag to resize
BuildManagerPerformBuild Method
Overload List
  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.
Top
See Also