Class FleetItem
Represents a deployable Fleet object
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 FleetItem : DeploymentItem, IDeploymentItem, INotifyPropertyChanged, ITypedItem
Constructors
FleetItem()
Create a new instance of a FleetItem
Declaration
public FleetItem()
Properties
Definition
The definition of the Build Configuration
Declaration
public MultiplayConfig.FleetDefinition Definition { get; set; }
Property Value
Type | Description |
---|---|
MultiplayConfig.FleetDefinition |
OriginalName
The name of the underlying Fleet
Declaration
public FleetName OriginalName { get; set; }
Property Value
Type | Description |
---|---|
FleetName |
ResourceName
The name of the underlying Fleet
Declaration
public IResourceName ResourceName { get; }
Property Value
Type | Description |
---|---|
IResourceName |
Implements
Unity.Services.DeploymentApi.Editor.IDeploymentItem
Unity.Services.DeploymentApi.Editor.ITypedItem