GetCurrent
()
|
Load the current party the current Models.User is in. The returned Models.Party will then contain information about other users in the party and invited users.
Signature
static Request<Models.Party> Oculus.Platform.Parties.GetCurrent() Returns Request< Models.Party > |
SetPartyUpdateNotificationCallback
(
callback
)
|
Indicates that party has been updated. This will return a Models.PartyUpdateNotification object.
Signature
static void Oculus.Platform.Parties.SetPartyUpdateNotificationCallback(Message< Models.PartyUpdateNotification >.Callback callback) Parameters callback: Message< Models.PartyUpdateNotification >.CallbackReturns void |