docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class BuildConfigurationItem

    Represents a Build Configuration deployable item

    Inheritance
    object
    DeploymentItem
    BuildConfigurationItem
    Implements
    IDeploymentItem
    INotifyPropertyChanged
    ITypedItem
    Inherited Members
    DeploymentItem.m_Name
    DeploymentItem.m_Path
    DeploymentItem.m_Type
    DeploymentItem.m_Progress
    DeploymentItem.m_Status
    DeploymentItem.m_States
    DeploymentItem.PropertyChanged
    DeploymentItem.Name
    DeploymentItem.Path
    DeploymentItem.Type
    DeploymentItem.Progress
    DeploymentItem.Status
    DeploymentItem.States
    DeploymentItem.SetField<T>(ref T, T, Action<T>, string)
    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.Model
    Assembly: Unity.Services.Multiplayer.Multiplay.Authoring.Core.dll
    Syntax
    [Serializable]
    public class BuildConfigurationItem : DeploymentItem, IDeploymentItem, INotifyPropertyChanged, ITypedItem

    Constructors

    BuildConfigurationItem()

    Create a new instance of a Build Configuration Item. TBA

    Declaration
    public BuildConfigurationItem()

    Properties

    Definition

    The definition of the Build Configuration

    Declaration
    public MultiplayConfig.BuildConfigurationDefinition Definition { get; set; }
    Property Value
    Type Description
    MultiplayConfig.BuildConfigurationDefinition

    OriginalName

    The name of the underlying Build Configuration

    Declaration
    public BuildConfigurationName OriginalName { get; set; }
    Property Value
    Type Description
    BuildConfigurationName

    ResourceName

    The name of the underlying Build Configuration

    Declaration
    public IResourceName ResourceName { get; }
    Property Value
    Type Description
    IResourceName

    Implements

    Unity.Services.DeploymentApi.Editor.IDeploymentItem
    INotifyPropertyChanged
    Unity.Services.DeploymentApi.Editor.ITypedItem
    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)