v1.0.0
Latest
2022.3+
Class BuildItem
Represents a deployable Build object
Inheritance
System.Object
Unity.Services.DeploymentApi.Editor.DeploymentItem
BuildItem
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 BuildItem : DeploymentItem, IDeploymentItem, INotifyPropertyChanged, ITypedItem, IResourceRef
Constructors
BuildItem()
Creates a new instance of the BuildItem
Declaration
public BuildItem()
Properties
Definition
The definition of the Build
Declaration
public MultiplayConfig.BuildDefinition Definition { get; set; }
Property Value
Type | Description |
---|---|
MultiplayConfig.BuildDefinition |
OriginalName
The name of the underlying Build Configuration
Declaration
public BuildName OriginalName { get; set; }
Property Value
Type | Description |
---|---|
BuildName |
ResourceName
The name of the underlying Build Configuration
Declaration
public IResourceName ResourceName { get; }
Property Value
Type | Description |
---|---|
IResourceName |