ChallengeOptions ( ) | |
void | SetDescription ( string value ) |
void | SetEndDate ( DateTime value ) |
void | SetIncludeActiveChallenges ( bool value ) This indicates whether to include challenges that are currently active. |
void | SetIncludeFutureChallenges ( bool value ) This indicates whether to include challenges that have not yet started. |
void | SetIncludePastChallenges ( bool value ) This indicates whether to include challenges that have already ended. |
void | SetLeaderboardName ( string value ) Optional: Only find challenges belonging to this leaderboard. |
void | SetStartDate ( DateTime value ) |
void | SetTitle ( string value ) The title of the challenge that can be retrieved with Challenge.GetTitle(). |
void | SetViewerFilter ( ChallengeViewerFilter value ) |
void | SetVisibility ( ChallengeVisibility value ) |
static static | operator IntPtr ( ChallengeOptions options ) For passing to native C. |
Oculus.Platform.ChallengeOptions.ChallengeOptions ( ) |
---|
No description available.
|
void Oculus.Platform.ChallengeOptions.SetDescription ( string value ) |
---|
The description of the challenge that can be retrieved with Challenge.GetDescription(). |
void Oculus.Platform.ChallengeOptions.SetEndDate ( DateTime value ) |
---|
The timestamp when this challenge ends which can be retrieved with Challenge.GetEndDate(). |
void Oculus.Platform.ChallengeOptions.SetIncludeActiveChallenges ( bool value ) |
---|
This indicates whether to include challenges that are currently active. |
void Oculus.Platform.ChallengeOptions.SetIncludeFutureChallenges ( bool value ) |
---|
This indicates whether to include challenges that have not yet started. |
void Oculus.Platform.ChallengeOptions.SetIncludePastChallenges ( bool value ) |
---|
This indicates whether to include challenges that have already ended. |
void Oculus.Platform.ChallengeOptions.SetLeaderboardName ( string value ) |
---|
Optional: Only find challenges belonging to this leaderboard. |
void Oculus.Platform.ChallengeOptions.SetStartDate ( DateTime value ) |
---|
The timestamp when this challenge starts which can be retrieved with Challenge.GetStartDate(). |
void Oculus.Platform.ChallengeOptions.SetTitle ( string value ) |
---|
The title of the challenge that can be retrieved with Challenge.GetTitle(). |
void Oculus.Platform.ChallengeOptions.SetViewerFilter ( ChallengeViewerFilter value ) |
---|
An enum that specifies what filter to apply to the list of returned challenges. Returns all public ((ChallengeVisibility.Public)) and invite-only (ChallengeVisibility.InviteOnly) Challenges in which the user is a participant or invitee. Excludes private (ChallengeVisibility.Private) challenges. ChallengeViewerFilter.Participating - Returns challenges the user is participating in. ChallengeViewerFilter.Invited - Returns challenges the user is invited to. ChallengeViewerFilter.ParticipatingOrInvited - Returns challenges the user is either participating in or invited to. |
void Oculus.Platform.ChallengeOptions.SetVisibility ( ChallengeVisibility value ) |
---|
Specifies who can see and participate in this challenge. It can be retrieved with Challenge.GetVisibility(). |
static Oculus.Platform.ChallengeOptions.operator IntPtr ( ChallengeOptions options ) |
---|
For passing to native C. |