Class BuildItem
Represents a deployable Build object
Inherited Members
Namespace: Unity.Services.Multiplay.Authoring.Core.Model
Assembly: Unity.Services.Multiplayer.Multiplay.Authoring.Core.dll
Syntax
[Serializable]
public class BuildItem : DeploymentItem, IDeploymentItem, INotifyPropertyChanged, ITypedItem
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 |