Show / Hide Table of Contents

Interface IAchievement

Namespace: UnityEngine.SocialPlatforms
Assembly: UnityEngine.dll
Syntax
public interface IAchievement

Properties

| Improve this Doc View Source

completed

Declaration
bool completed { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

hidden

Declaration
bool hidden { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

id

Declaration
string id { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

lastReportedDate

Declaration
DateTime lastReportedDate { get; }
Property Value
Type Description
DateTime
| Improve this Doc View Source

percentCompleted

Declaration
double percentCompleted { get; set; }
Property Value
Type Description
Double

Methods

| Improve this Doc View Source

ReportProgress(Action<Boolean>)

Declaration
void ReportProgress(Action<bool> callback)
Parameters
Type Name Description
Action<Boolean> callback

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX