PICO Platform Unity SDK
|
Public Member Functions | |
void | SetDestinationApiName (string value) |
Sets a destination for the current logged-in user. More... | |
void | SetIsJoinable (bool value) |
Sets whether the current logged-in user is joinable. More... | |
void | SetLobbySessionId (string value) |
Sets a lobby session ID for the current logged-in user. More... | |
void | SetMatchSessionId (string value) |
Sets a match session ID for the current logged-in user. More... | |
void | SetExtra (string value) |
Sets extra presence data for the current logged-in user. More... | |
Static Public Member Functions | |
static | operator IntPtr (PresenceOptions options) |
For passing to native C. | |
|
inline |
Sets a destination for the current logged-in user.
value | The API name of the destination. |
|
inline |
Sets whether the current logged-in user is joinable.
value |
|
|
inline |
Sets a lobby session ID for the current logged-in user.
value | The lobby session ID. |
|
inline |
Sets a match session ID for the current logged-in user.
value | The match session ID. |
|
inline |
Sets extra presence data for the current logged-in user.
value | Extra presence data defined by the developer. |