RosterOptions
()
|
Signature
Oculus.Platform.RosterOptions.RosterOptions() |
AddSuggestedUser
(
userID
)
|
Passing in these users will add them to the invitable users list. From the roster panel, the user can open the invite list, where the suggested users will be added.
Signature
void Oculus.Platform.RosterOptions.AddSuggestedUser(UInt64 userID) Parameters userID: UInt64Returns void |
ClearSuggestedUsers
()
|
Signature
void Oculus.Platform.RosterOptions.ClearSuggestedUsers() Returns void |
operator IntPtr
(
options
)
|
For passing to native C.
Signature
static Oculus.Platform.RosterOptions.operator IntPtr(RosterOptions options) Parameters options: RosterOptions |