docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class FleetInfo

    Information of the fleet

    Inheritance
    object
    FleetInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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>
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)