IScore

interface in UnityEngine.SocialPlatforms

Switch to Manual

Description

游戏得分。

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

Variables

date取得该得分的日期。
formattedValue对得分设置了正确格式的值,例如 X 分或 X 杀。
leaderboardID此得分所属的排行榜的 ID。
rank该得分在排行榜中的等级或位置。
userID拥有此得分的用户。
value取得的得分值。

Public Functions

ReportScore报告此得分实例。