docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IMultiplayAllocationInfo

    Interface for MultiplayAllocation information MultiplayAllocation and MultiplayDeallocation can both be handled via this interface.

    Namespace: Unity.Services.Multiplay
    Assembly: Unity.Services.Multiplayer.Multiplay.dll
    Syntax
    public interface IMultiplayAllocationInfo

    Properties

    AllocationId

    The ID for the allocation.

    Declaration
    string AllocationId { get; }
    Property Value
    Type Description
    string

    EventId

    The event ID for the allocation.

    Declaration
    string EventId { get; }
    Property Value
    Type Description
    string

    ServerId

    The server ID for the allocation.

    Declaration
    long ServerId { get; }
    Property Value
    Type Description
    long
    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)