Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IScore

A game score.
Read time 1 minuteLast updated 5 days ago

Definition

Warning
Deprecated. IScore is deprecated and will be removed in a future release.
public interface IScore

Remarks

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

Properties

Property

Description

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.

Methods

Method

Description

ReportScoreReport this score instance.