Enum SortField
Supported fields to sort results by.
Namespace: Unity.Services.Multiplayer
Assembly: Unity.Services.Multiplayer.dll
Syntax
public enum SortField
Fields
Name | Description |
---|---|
AvailableSlots | Sort results by available slots. |
CreationTime | Sort results by creation time. |
Id | Sort results by session ID. |
LastUpdated | Sort results by last updated time. |
MaxPlayers | Sort results by max players. |
Name | Sort results by session name. |
NumberIndex1 | Sort results by number index 1. |
NumberIndex2 | Sort results by number index 2. |
NumberIndex3 | Sort results by number index 3. |
NumberIndex4 | Sort results by number index 4. |
NumberIndex5 | Sort results by number index 5. |
StringIndex1 | Sort results by string index 1. |
StringIndex2 | Sort results by string index 2. |
StringIndex3 | Sort results by string index 3. |
StringIndex4 | Sort results by string index 4. |
StringIndex5 | Sort results by string index 5. |