v1.0.0
Latest
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 IMultiplayAllocationInfo
Properties
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 |