BuildInfo Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class BuildInfo : Microsoft::MixedReality::Toolkit::Build::Editor::IBuildInfo
public class BuildInfo : Microsoft.MixedReality.Toolkit.Build.Editor.IBuildInfo
type BuildInfo = class
interface IBuildInfo
Public Class BuildInfo
Implements IBuildInfo
- Inheritance
-
BuildInfo
- Derived
- Implements
Auto |
Should the build auto increment the build version number? |
Build |
Build options to include in the Unity player build pipeline. |
Build |
The build platform (i.e. x86, x64) |
Build |
The symbols associated with this build. |
Build |
The build target. |
Color |
Optional parameter to set the player's ColorSpace |
Configuration |
The build configuration (i.e. debug, release, or master) |
Is |
Is this build being issued from the command line? |
Log |
The default location of log files generated by sub-processes of the build system. |
Output |
The directory to put the final build output. |
Post |
A post-build action to raise after building the Unity player. |
Pre |
A pre-build action to raise before building the Unity player. |
Scenes |
The list of scenes to include in the build. |
Scripting |
Optional parameter to set the scripting backend |
Append |
Append symbols to the end of the IBuildInfo's BuildSymbols. |
Append |
Append symbols to the end of the IBuildInfo'sBuildSymbols. |
Append |
Appends the IBuildInfo's BuildSymbols without including debug, release or master. |
Has |
Does the IBuildInfo contain any of the provided symbols in the BuildSymbols? |
Has |
Does the IBuildInfo contain any of the provided symbols in the BuildSymbols? |
Has |
Checks if the IBuildInfo has any configuration symbols (i.e. debug, release, or master). |
Remove |
Remove symbols from the IBuildInfo's BuildSymbols. |
Product | Versions |
---|---|
MRTK2 Unity 2018 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0 |
MRTK2 Unity 2019 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |
MRTK2 Unity 2020 | 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |