Class BuildConfigInfo
A build configuration for configuring game builds to run on servers.
Implements
Inherited Members
Namespace: Unity.Services.Multiplay.Authoring.Core.MultiplayApi
Assembly: Unity.Services.Multiplayer.Multiplay.Authoring.Core.dll
Syntax
public record BuildConfigInfo : IEquatable<BuildConfigInfo>
Constructors
BuildConfigInfo(BuildConfigurationId, string, BuildId, string, long)
A build configuration for configuring game builds to run on servers.
Declaration
public BuildConfigInfo(BuildConfigurationId BuildConfigurationId, string Name, BuildId BuildID, string BuildName, long Version)
Parameters
| Type | Name | Description |
|---|---|---|
| BuildConfigurationId | BuildConfigurationId | ID of the build configuration. |
| string | Name | Name of the build configuration. |
| BuildId | BuildID | ID of the build associated with the build configuration. |
| string | BuildName | Name of the build associated with the build configuration. |
| long | Version | Version of the build configuration |
Properties
BuildConfigurationId
ID of the build configuration.
Declaration
public BuildConfigurationId BuildConfigurationId { get; init; }
Property Value
| Type | Description |
|---|---|
| BuildConfigurationId |
BuildID
ID of the build associated with the build configuration.
Declaration
public BuildId BuildID { get; init; }
Property Value
| Type | Description |
|---|---|
| BuildId |
BuildName
Name of the build associated with the build configuration.
Declaration
public string BuildName { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Name of the build configuration.
Declaration
public string Name { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
Version
Version of the build configuration
Declaration
public long Version { get; init; }
Property Value
| Type | Description |
|---|---|
| long |