Class Achievement
Assembly: UnityEngine.dll
public class Achievement : IAchievement
Constructors
|
Improve this Doc
View Source
Declaration
|
Improve this Doc
View Source
Declaration
public Achievement(string id, double percent)
Parameters
|
Improve this Doc
View Source
Declaration
public Achievement(string id, double percentCompleted, bool completed, bool hidden, DateTime lastReportedDate)
Parameters
Properties
|
Improve this Doc
View Source
Declaration
public bool completed { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool hidden { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public string id { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public DateTime lastReportedDate { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public double percentCompleted { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public void ReportProgress(Action<bool> callback)
Parameters
|
Improve this Doc
View Source
Declaration
public void SetCompleted(bool value)
Parameters
Type |
Name |
Description |
Boolean |
value |
|
|
Improve this Doc
View Source
Declaration
public void SetHidden(bool value)
Parameters
Type |
Name |
Description |
Boolean |
value |
|
|
Improve this Doc
View Source
Declaration
public void SetLastReportedDate(DateTime date)
Parameters
|
Improve this Doc
View Source
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods