Class FleetItem
Represents a deployable Fleet object
Inherited Members
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 |