Class FleetInfo
Information of the fleet
Inherited Members
Namespace: Unity.Services.Multiplay.Authoring.Core.MultiplayApi
Assembly: Unity.Services.Multiplayer.Multiplay.Authoring.Core.dll
Syntax
public class FleetInfo
Properties
Allocation
Fleet allocation information
Declaration
public FleetInfo.AllocationStatus Allocation { get; }
Property Value
Type | Description |
---|---|
FleetInfo.AllocationStatus |
BuildConfigInfos
Information about the build configurations
Declaration
public List<FleetInfo.BuildConfigInfo> BuildConfigInfos { get; }
Property Value
Type | Description |
---|---|
List<FleetInfo.BuildConfigInfo> |
FleetName
Name of the fleet
Declaration
public string FleetName { get; }
Property Value
Type | Description |
---|---|
string |
FleetStatus
Status of the fleet
Declaration
public FleetInfo.Status FleetStatus { get; }
Property Value
Type | Description |
---|---|
FleetInfo.Status |
Id
Id of the fleet
Declaration
public FleetId Id { get; }
Property Value
Type | Description |
---|---|
FleetId |
Regions
Information about the fleet regions.
Declaration
public List<FleetInfo.FleetRegionInfo> Regions { get; }
Property Value
Type | Description |
---|---|
List<FleetInfo.FleetRegionInfo> |
UsageSettings
A list of usage settings associated with the fleet.
Declaration
public List<MultiplayConfig.FleetUsageSetting> UsageSettings { get; }
Property Value
Type | Description |
---|---|
List<MultiplayConfig.FleetUsageSetting> |