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

SupplementaryMetric Class

This is a supplemental piece of data that is used for a single write to leaderboard entries. This metric is used for tiebreaker scenarios. You can make such an entry by using Leaderboards.WriteEntryWithSupplementaryMetric()

Constructors

SupplementaryMetric ( o )
Signature
Oculus.Platform.Models.SupplementaryMetric.SupplementaryMetric(IntPtr o)
Parameters
o: IntPtr

Fields

ID : readonly UInt64
The ID of the leaderboard that this supplementary metric belongs to. This is the unique value for every Models.Leaderboard.
Signature
readonly UInt64 Oculus.Platform.Models.SupplementaryMetric.ID
Metric : readonly long
This is the metric that is used to determine tiebreaks.
Signature
readonly long Oculus.Platform.Models.SupplementaryMetric.Metric