ChallengeOptions
()
|
Signature
Oculus.Platform.ChallengeOptions.ChallengeOptions() |
SetDescription
(
value
)
|
Signature
void Oculus.Platform.ChallengeOptions.SetDescription(string value) Parameters value: stringReturns void |
SetEndDate
(
value
)
|
Signature
void Oculus.Platform.ChallengeOptions.SetEndDate(DateTime value) Parameters value: DateTimeReturns void |
SetIncludeActiveChallenges
(
value
)
|
Signature
void Oculus.Platform.ChallengeOptions.SetIncludeActiveChallenges(bool value) Parameters value: boolReturns void |
SetIncludeFutureChallenges
(
value
)
|
Signature
void Oculus.Platform.ChallengeOptions.SetIncludeFutureChallenges(bool value) Parameters value: boolReturns void |
SetIncludePastChallenges
(
value
)
|
Signature
void Oculus.Platform.ChallengeOptions.SetIncludePastChallenges(bool value) Parameters value: boolReturns void |
SetLeaderboardName
(
value
)
|
Optional: Only find challenges belonging to this leaderboard.
Signature
void Oculus.Platform.ChallengeOptions.SetLeaderboardName(string value) Parameters value: stringReturns void |
SetStartDate
(
value
)
|
Signature
void Oculus.Platform.ChallengeOptions.SetStartDate(DateTime value) Parameters value: DateTimeReturns void |
SetTitle
(
value
)
|
Signature
void Oculus.Platform.ChallengeOptions.SetTitle(string value) Parameters value: stringReturns void |
SetViewerFilter
(
value
)
|
Signature
void Oculus.Platform.ChallengeOptions.SetViewerFilter(ChallengeViewerFilter value) Parameters value: ChallengeViewerFilterReturns void |
SetVisibility
(
value
)
|
Signature
void Oculus.Platform.ChallengeOptions.SetVisibility(ChallengeVisibility value) Parameters value: ChallengeVisibilityReturns void |
operator IntPtr
(
options
)
|
For passing to native C.
Signature
static Oculus.Platform.ChallengeOptions.operator IntPtr(ChallengeOptions options) Parameters options: ChallengeOptions |