v1.0.0
Latest
2022.3+
Class FleetItem
Represents a deployable Fleet object
Inheritance
System.Object
Unity.Services.DeploymentApi.Editor.DeploymentItem
FleetItem
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 FleetItem : DeploymentItem, IDeploymentItem, INotifyPropertyChanged, ITypedItem, IResourceRef
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 |