API reference
API reference
Select your platform
No SDKs available
No versions available

RosterOptions Class

Constructors

RosterOptions ()
Signature
Oculus.Platform.RosterOptions.RosterOptions()

Methods

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: UInt64
Returns
void
ClearSuggestedUsers ()
Signature
void Oculus.Platform.RosterOptions.ClearSuggestedUsers()
Returns
void

Static Methods

operator IntPtr ( options )
For passing to native C.
Signature
static Oculus.Platform.RosterOptions.operator IntPtr(RosterOptions options)
Parameters
options: RosterOptions