PICO Platform Unity SDK
|
Public Member Functions | |
void | SetCreateRoomDataStore (string key, string value) |
Sets the data store for a room. More... | |
void | ClearCreateRoomDataStore () |
Clears the data store for a room. | |
void | SetCreateRoomJoinPolicy (RoomJoinPolicy value) |
Sets a join policy for a room. More... | |
void | SetCreateRoomMaxUsers (uint value) |
Sets the maximum number of users allowed for a room. More... | |
void | SetEnqueueDataSettings (string key, int value) |
Sets an integer data setting for a query of a matchmaking pool. More... | |
void | SetEnqueueDataSettings (string key, double value) |
Sets a float data setting for a query of a matchmaking pool. More... | |
void | SetEnqueueDataSettings (string key, string value) |
Sets a string data setting for a query of a matchmaking pool. More... | |
void | ClearEnqueueDataSettings () |
Clears data settings for a query of a matchmaking pool. | |
void | SetEnqueueIsDebug (bool value) |
Sets whether to return the debugging information. More... | |
void | SetEnqueueQueryKey (string value) |
Sets the query for a matchmaking. More... | |
IntPtr | GetHandle () |
Static Public Member Functions | |
static | operator IntPtr (MatchmakingOptions matchmakingOptions) |
For passing to native C. | |
|
inline |
Sets the data store for a room.
key | A unique identifier that maps to a value. |
value | The data. |
|
inline |
Sets a join policy for a room.
value | The enumerations of join policy:
|
|
inline |
Sets the maximum number of users allowed for a room.
value | The maximum number of users. |
|
inline |
Sets an integer data setting for a query of a matchmaking pool.
key | A unique identifier that maps a value. |
value | The data (integer). |
|
inline |
Sets a float data setting for a query of a matchmaking pool.
key | A unique identifier that maps a value. |
value | The data. |
|
inline |
Sets a string data setting for a query of a matchmaking pool.
key | A unique identifier that maps a value. |
value | The data. |
|
inline |
Sets whether to return the debugging information.
value |
|
|
inline |
Sets the query for a matchmaking.
value | The key of the target query. |
One matchmaking pool can include multiple queries which are created on the PICO Developer Platform. You can choose which query to use before starting a matchmaking.