mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class UwpBuildInfo

    Inheritance
    Object
    BuildInfo
    UwpBuildInfo
    Implements
    IBuildInfo
    Inherited Members
    BuildInfo.IsCommandLine
    BuildInfo.OutputDirectory
    BuildInfo.Scenes
    BuildInfo.PreBuildAction
    BuildInfo.PostBuildAction
    BuildInfo.BuildOptions
    BuildInfo.ColorSpace
    BuildInfo.ScriptingBackend
    BuildInfo.AutoIncrement
    BuildInfo.BuildSymbols
    BuildInfo.BuildPlatform
    BuildInfo.Configuration
    BuildInfo.LogDirectory
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.MixedReality.Toolkit.Build.Editor
    Assembly: cs.temp.dll.dll
    Syntax
    public class UwpBuildInfo : BuildInfo, IBuildInfo

    Constructors

    UwpBuildInfo(Boolean)

    Declaration
    public UwpBuildInfo(bool isCommandLine = false)
    Parameters
    Type Name Description
    Boolean isCommandLine

    UwpBuildInfo(Boolean)

    Declaration
    public UwpBuildInfo(bool isCommandLine = false)
    Parameters
    Type Name Description
    Boolean isCommandLine

    Properties

    AllowUnsafeCode

    If true, unsafe code will be allowed in the generated Assembly-CSharp project.

    Declaration
    public bool AllowUnsafeCode { get; set; }
    Property Value
    Type Description
    Boolean

    AllowUnsafeCode

    If true, unsafe code will be allowed in the generated Assembly-CSharp project.

    Declaration
    public bool AllowUnsafeCode { get; set; }
    Property Value
    Type Description
    Boolean

    BuildAppx

    Build the appx bundle after building Unity Player?

    Declaration
    public bool BuildAppx { get; set; }
    Property Value
    Type Description
    Boolean

    BuildAppx

    Build the appx bundle after building Unity Player?

    Declaration
    public bool BuildAppx { get; set; }
    Property Value
    Type Description
    Boolean

    BuildTarget

    Declaration
    public override BuildTarget BuildTarget { get; }
    Property Value
    Type Description
    BuildTarget
    Overrides
    BuildInfo.BuildTarget

    BuildTarget

    Declaration
    public override BuildTarget BuildTarget { get; }
    Property Value
    Type Description
    BuildTarget
    Overrides
    BuildInfo.BuildTarget

    DeviceCapabilities

    When present, adds a DeviceCapability for each entry in the list to the manifest

    Declaration
    public List<string> DeviceCapabilities { get; set; }
    Property Value
    Type Description
    List<String>

    GazeInputCapabilityEnabled

    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
    Type Description
    Boolean

    GazeInputCapabilityEnabled

    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
    Type Description
    Boolean

    Multicore

    Use multiple cores for building the appx bundle?

    Declaration
    public bool Multicore { get; set; }
    Property Value
    Type Description
    Boolean

    Multicore

    Use multiple cores for building the appx bundle?

    Declaration
    public bool Multicore { get; set; }
    Property Value
    Type Description
    Boolean

    PlatformToolset

    VC Platform Toolset used building the appx bundle

    Declaration
    public string PlatformToolset { get; set; }
    Property Value
    Type Description
    String

    PlatformToolset

    VC Platform Toolset used building the appx bundle

    Declaration
    public string PlatformToolset { get; set; }
    Property Value
    Type Description
    String

    RebuildAppx

    Force rebuilding the appx bundle?

    Declaration
    public bool RebuildAppx { get; set; }
    Property Value
    Type Description
    Boolean

    RebuildAppx

    Force rebuilding the appx bundle?

    Declaration
    public bool RebuildAppx { get; set; }
    Property Value
    Type Description
    Boolean

    ResearchModeCapabilityEnabled

    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
    Type Description
    Boolean

    ResearchModeCapabilityEnabled

    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
    Type Description
    Boolean

    Implements

    IBuildInfo
    In This Article
    • Constructors
      • UwpBuildInfo(Boolean)
      • UwpBuildInfo(Boolean)
    • Properties
      • AllowUnsafeCode
      • AllowUnsafeCode
      • BuildAppx
      • BuildAppx
      • BuildTarget
      • BuildTarget
      • DeviceCapabilities
      • GazeInputCapabilityEnabled
      • GazeInputCapabilityEnabled
      • Multicore
      • Multicore
      • PlatformToolset
      • PlatformToolset
      • RebuildAppx
      • RebuildAppx
      • ResearchModeCapabilityEnabled
      • ResearchModeCapabilityEnabled
    • Implements
    Back to top Generated by DocFX