Class BuildConfigurationItem
Represents a Build Configuration deployable item
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
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
Unity.Services.DeploymentApi.Editor.ITypedItem