Interface IAchievement
Assembly: UnityEngine.dll
public interface IAchievement
Properties
|
Improve this Doc
View Source
Declaration
Property Value
|
Improve this Doc
View Source
Declaration
Property Value
|
Improve this Doc
View Source
Declaration
Property Value
|
Improve this Doc
View Source
Declaration
DateTime lastReportedDate { get; }
Property Value
|
Improve this Doc
View Source
Declaration
double percentCompleted { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
void ReportProgress(Action<bool> callback)
Parameters
Extension Methods