Class BuildDeployPreferences
Build and Deploy Specific Editor Preferences for the Build and Deploy Window.
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Build.Editor
Assembly: cs.temp.dll.dll
Syntax
public static class BuildDeployPreferences
Properties
AbsoluteBuildDirectory
The absolute path to BuildDirectory
Declaration
public static string AbsoluteBuildDirectory { get; }
Property Value
Type | Description |
---|---|
String |
BuildDirectory
The Build Directory that the Mixed Reality Toolkit will build to.
Declaration
public static string BuildDirectory { get; set; }
Property Value
Type | Description |
---|---|
String |
Remarks
This is a root build folder path. Each platform build will be put into a child directory with the name of the current active build target.
IncrementBuildVersion
Current setting to increment build visioning.
Declaration
public static bool IncrementBuildVersion { get; set; }
Property Value
Type | Description |
---|---|
Boolean |