docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class MultiplayConfig.BuildDefinition

    Represents a Build definition

    Inheritance
    object
    MultiplayConfig.BuildDefinition
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Multiplay.Authoring.Core.Assets
    Assembly: Unity.Services.Multiplayer.Multiplay.Authoring.Core.dll
    Syntax
    public class MultiplayConfig.BuildDefinition

    Properties

    BuildPath

    The path to the Build location

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

    ExcludePaths

    Paths or patterns to be excluded from the upload

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

    ExecutableName

    The path to the executable of the build

    Declaration
    public string ExecutableName { get; init; }
    Property Value
    Type Description
    string
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)