docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class BuildConfigInfo

    A build configuration for configuring game builds to run on servers.

    Inheritance
    object
    BuildConfigInfo
    Implements
    IEquatable<BuildConfigInfo>
    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.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

    Implements

    IEquatable<T>
    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)