Version: 5.3 (switch to 5.4b)
IdiomaEnglish
  • C#
  • JS

Idioma de script

Selecciona tu lenguaje de programación favorito. Todos los fragmentos de código serán mostrados en este lenguaje.

IAchievement

interface in UnityEngine.SocialPlatforms

Sugiere un cambio

¡Éxito!

Gracias por ayudarnos a mejorar la calidad de la documentación de Unity. A pesar de que no podemos aceptar todas las sugerencias, leemos cada cambio propuesto por nuestros usuarios y actualizaremos los que sean aplicables.

Cerrar

No se puedo enviar

Por alguna razón su cambio sugerido no pudo ser enviado. Por favor <a>intente nuevamente</a> en unos minutos. Gracias por tomarse un tiempo para ayudarnos a mejorar la calidad de la documentación de Unity.

Cerrar

Cancelar

Cambiar al Manual

Descripción

Information for a user's achievement.

This defines the relation between a particular achievement (described by IAchievementDescription) and the local user, what progress they have, last date they reported progress and so on.

Use Social.CreateAchievement to create an instance of this object.

Variables

completedSet to true when percentCompleted is 100.0.
hiddenThis achievement is currently hidden from the user.
idThe unique identifier of this achievement.
lastReportedDateSet by server when percentCompleted is updated.
percentCompletedProgress for this achievement.

Funciones Públicas

ReportProgressSend notification about progress on this achievement.