v1.0.0
2022.3+
Interface IMultiplayAllocationInfo
Interface for MultiplayAllocation information MultiplayAllocation and MultiplayDeallocation can both be handled via this interface.
Namespace: Unity.Services.Multiplay
Syntax
public interface IMultiplayAllocationInfoProperties
AllocationId
The ID for the allocation.
Declaration
string AllocationId { get; }Property Value
| Type | Description |
|---|---|
| System.String |
EventId
The event ID for the allocation.
Declaration
string EventId { get; }Property Value
| Type | Description |
|---|---|
| System.String |
ServerId
The server ID for the allocation.
Declaration
long ServerId { get; }Property Value
| Type | Description |
|---|---|
| System.Int64 |