ChallengeEntryList
(
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.ChallengeEntryList.ChallengeEntryList(IntPtr a) Parameters a: IntPtr |
TotalCount
: readonly ulong |
It indicates the total number of entries in the list, across all pages from ChallengeEntry.
Signature
readonly ulong Oculus.Platform.Models.ChallengeEntryList.TotalCount |