IAchievementDescription

interface in UnityEngine.SocialPlatforms

Switch to Manual

Description

描述成就的静态数据。

Retreive the achievement descriptions by using Social.LoadAchievementDescriptions. GameCenter: These are stored server side and should be fetched when the user has authenticated. These are set in the iTunes Connect.

Variables

achievedDescription成就完成时的描述。
hidden隐藏成就不会显示在该列表中,直到达到 percentCompleted(即使 percentCompleted 为 0.0)。
id此成就描述的唯一标识符。
image成就的图像表示。
points此成就的点值。
title可读名称。
unachievedDescription成就未完成时的描述。