v1.0.0
Latest
2022.3+

Class BuildConfigurationItem

Represents a Build Configuration deployable item

Inheritance
System.Object
Unity.Services.DeploymentApi.Editor.DeploymentItem
BuildConfigurationItem
Inherited Members
Unity.Services.DeploymentApi.Editor.DeploymentItem.m_Name
Unity.Services.DeploymentApi.Editor.DeploymentItem.m_Path
Unity.Services.DeploymentApi.Editor.DeploymentItem.m_Type
Unity.Services.DeploymentApi.Editor.DeploymentItem.m_Progress
Unity.Services.DeploymentApi.Editor.DeploymentItem.m_Status
Unity.Services.DeploymentApi.Editor.DeploymentItem.m_States
Unity.Services.DeploymentApi.Editor.DeploymentItem.SetField<T>(T, T, System.Action<T>, System.String)
Unity.Services.DeploymentApi.Editor.DeploymentItem.Name
Unity.Services.DeploymentApi.Editor.DeploymentItem.Path
Unity.Services.DeploymentApi.Editor.DeploymentItem.Type
Unity.Services.DeploymentApi.Editor.DeploymentItem.Progress
Unity.Services.DeploymentApi.Editor.DeploymentItem.Status
Unity.Services.DeploymentApi.Editor.DeploymentItem.States
Unity.Services.DeploymentApi.Editor.DeploymentItem.PropertyChanged
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Unity.Services.Multiplay.Authoring.Core.Model
Syntax
[Serializable]
public class BuildConfigurationItem : DeploymentItem, IDeploymentItem, INotifyPropertyChanged, ITypedItem, IResourceRef

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
TypeDescription
MultiplayConfig.BuildConfigurationDefinition

OriginalName

The name of the underlying Build Configuration

Declaration
public BuildConfigurationName OriginalName { get; set; }
Property Value
TypeDescription
BuildConfigurationName

ResourceName

The name of the underlying Build Configuration

Declaration
public IResourceName ResourceName { get; }
Property Value
TypeDescription
IResourceName