Class AchievementDescription
Inheritance
AchievementDescription
Assembly: UnityEngine.dll
public class AchievementDescription : IAchievementDescription
Constructors
|
Improve this Doc
View Source
AchievementDescription(String, String, Texture2D, String, String, Boolean, Int32)
Declaration
public AchievementDescription(string id, string title, Texture2D image, string achievedDescription, string unachievedDescription, bool hidden, int points)
Parameters
Properties
|
Improve this Doc
View Source
Declaration
public string achievedDescription { 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 Texture2D image { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public int points { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public string title { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public string unachievedDescription { get; }
Property Value
Methods
|
Improve this Doc
View Source
SetImage(Texture2D)
Declaration
public void SetImage(Texture2D image)
Parameters
|
Improve this Doc
View Source
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods