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
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
Force rebuilding the appx bundle?
Declaration
public bool RebuildAppx { get; set; }
Property Value
Implements