v1.0.0
Latest
2022.3+
Enum SortField
Supported fields to sort results by.
Namespace: Unity.Services.Multiplayer
Syntax
public enum SortField
Fields
Name | Description | Value |
---|---|---|
Name | Sort results by session name. | 0 |
MaxPlayers | Sort results by max players. | 1 |
AvailableSlots | Sort results by available slots. | 2 |
CreationTime | Sort results by creation time. | 3 |
LastUpdated | Sort results by last updated time. | 4 |
Id | Sort results by session ID. | 5 |
StringIndex1 | Sort results by string index 1. | 6 |
StringIndex2 | Sort results by string index 2. | 7 |
StringIndex3 | Sort results by string index 3. | 8 |
StringIndex4 | Sort results by string index 4. | 9 |
StringIndex5 | Sort results by string index 5. | 10 |
NumberIndex1 | Sort results by number index 1. | 11 |
NumberIndex2 | Sort results by number index 2. | 12 |
NumberIndex3 | Sort results by number index 3. | 13 |
NumberIndex4 | Sort results by number index 4. | 14 |
NumberIndex5 | Sort results by number index 5. | 15 |