Class UwpBuildInfo
Assembly: cs.temp.dll.dll
public class UwpBuildInfo : BuildInfo, IBuildInfo
Constructors
Declaration
public UwpBuildInfo(bool isCommandLine = false)
Parameters
Type |
Name |
Description |
Boolean |
isCommandLine |
|
Properties
If true, unsafe code will be allowed in the generated
Assembly-CSharp project.
Declaration
public bool AllowUnsafeCode { get; set; }
Property Value
Build the appx bundle after building Unity Player?
Declaration
public bool BuildAppx { get; set; }
Property Value
Declaration
public override BuildTarget BuildTarget { get; }
Property Value
Type |
Description |
BuildTarget |
|
Overrides
If true, the 'Gaze Input' capability will be added to the AppX
manifest after the Unity build.
Declaration
public bool GazeInputCapabilityEnabled { get; set; }
Property Value
Use multiple cores for building the appx bundle?
Declaration
public bool Multicore { get; set; }
Property Value
VC Platform Toolset used building the appx bundle
Declaration
public string PlatformToolset { get; set; }
Property Value
Force rebuilding the appx bundle?
Declaration
public bool RebuildAppx { get; set; }
Property Value
If true, the 'Research Mode' capability will be added to the AppX
manifest after the Unity build.
Declaration
public bool ResearchModeCapabilityEnabled { get; set; }
Property Value
Implements