PICO Unity Platform SDK
|
Public Member Functions | |
void | SetDataStore (string key, string value) |
Sets the data store for a room. More... | |
void | ClearDataStore () |
Clears the data store for a room. More... | |
void | SetExcludeRecentlyMet (bool value) |
Sets whether to exclude recently-met users. More... | |
void | SetMaxUserResults (uint value) |
Sets the maximum number of users to return. More... | |
void | SetRoomId (UInt64 value) |
Sets a room ID. More... | |
void | SetTurnOffUpdates (bool value) |
Enables/Disables the update of room data. More... | |
IntPtr | GetHandle () |
Static Public Member Functions | |
static | operator IntPtr (RoomOptions roomOptions) |
For passing to native C. | |
void Pico.Platform.RoomOptions.SetDataStore | ( | string | key, |
string | value | ||
) |
Sets the data store for a room.
key | A unique identifier that maps to a value. |
value | The data. |
void Pico.Platform.RoomOptions.ClearDataStore | ( | ) |
Clears the data store for a room.
void Pico.Platform.RoomOptions.SetExcludeRecentlyMet | ( | bool | value | ) |
Sets whether to exclude recently-met users.
value |
|
void Pico.Platform.RoomOptions.SetMaxUserResults | ( | uint | value | ) |
Sets the maximum number of users to return.
value | The maximum number of users to return. |
void Pico.Platform.RoomOptions.SetRoomId | ( | UInt64 | value | ) |
Sets a room ID.
GetInvitableUsers2
.value | The room ID. |
void Pico.Platform.RoomOptions.SetTurnOffUpdates | ( | bool | value | ) |
Enables/Disables the update of room data.
value |
|