PICO Platform Unity 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. | |
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 | SetRoomName (string roomName) |
Sets a name for the room. More... | |
void | SetPassword (string password) |
Sets a password for the room. 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. | |
|
inline |
Sets the data store for a room.
key | A unique identifier that maps to a value. |
value | The data. |
|
inline |
Sets whether to exclude recently-met users.
value |
|
|
inline |
Sets the maximum number of users to return.
value | The maximum number of users to return. |
|
inline |
|
inline |
Sets a name for the room.
roomName | The room's name. The maximum length is 64 characters. |
|
inline |
Sets a password for the room.
password | The room's password. The maximum length is 64 characters. |
|
inline |
Enables/Disables the update of room data.
value |
|