IScore

interface in UnityEngine.SocialPlatforms

Cambiar al Manual

Descripción

A game score.

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

Variables

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.

Funciones Públicas

ReportScoreReport this score instance.