Class MultiplayConfig.BuildDefinition
Represents a Build definition
Inherited Members
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 |