ChallengeList
(
a
)
|
Instantiates a C# wrapper class that wraps a native list by pointer. Used internally by Platform SDK to wrap the list.
Signature
Oculus.Platform.Models.ChallengeList.ChallengeList(IntPtr a) Parameters a: IntPtr |
TotalCount
: readonly ulong |
It indicates the total number of entries in the list, across all pages from Challenge.
Signature
readonly ulong Oculus.Platform.Models.ChallengeList.TotalCount |