This version of Unity is unsupported.

IScore

interface in UnityEngine.SocialPlatforms

Description

A game score.

It can be received from a ILeaderboard instance or using the Social.LoadScores call which uses the default leaderboard filters.

Properties

dateThe date the score was achieved.
formattedValueThe correctly formatted value of the score, like X points or X kills.
leaderboardIDThe ID of the leaderboard this score belongs to.
rankThe rank or position of the score in the leaderboard.
userIDThe user who owns this score.
valueThe score value achieved.

Public Methods

ReportScoreReport this score instance.