IScore

interface in UnityEngine.SocialPlatforms

매뉴얼로 전환

설명

A game score.

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

변수

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 함수

ReportScoreReport this score instance.