PICO Platform Unity SDK
MatchmakingStats Class Reference

Matchmaking statistics. Will receive this after calling MatchmakingService.GetStats. More...

Public Member Functions

 MatchmakingStats (IntPtr o)
 

Public Attributes

readonly uint DrawCount
 The current user's number of draws.
 
readonly uint LossCount
 The current user's number of losses.
 
readonly uint SkillLevel
 The current user's skill level for the current matchmaking pool.
 
readonly double SkillMean
 The average of all skill levels for the current matchmaking pool.
 
readonly double SkillStandardDeviation
 The standard deviation of all skill levels for the current matchmaking pool.
 
readonly uint WinCount
 The current user's number of wins.
 

Detailed Description

Matchmaking statistics. Will receive this after calling MatchmakingService.GetStats.