We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

    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

    Properties

    BuildAppx

    Build the appx bundle after building Unity Player?

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

    BuildTarget

    The build target.

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

    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

    RebuildAppx

    Force rebuilding the appx bundle?

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

    Implements

    IBuildInfo
    Back to top Generated by DocFX