Class TutorialContextElement
public class TutorialContextElement : ApiDataContext, IDisposable, IDataContext, IDataContextReadonly, IDataContextWritable
- Inheritance
-
TutorialContextElement
- Implements
- Inherited Members
- Extension Methods
Constructors
TutorialContextElement(string, string, string, Sprite, Sprite, string, Sprite, string)
public TutorialContextElement(string id, string title, string description, Sprite icon, Sprite featureImageIcon, string percentage, Sprite progressIcon = null, string missionID = "parent")
Parameters
idstringtitlestringdescriptionstringiconSpritefeatureImageIconSpritepercentagestringprogressIconSpritemissionIDstring
Fields
Description
[DataProperty("description")]
public PropertyReadonly<string> Description
Field Value
FeatureImageIcon
[DataProperty("featureImage")]
public PropertyReadonly<Sprite> FeatureImageIcon
Field Value
- PropertyReadonly<Sprite>
Icon
[DataProperty("icon")]
public PropertyReadonly<Sprite> Icon
Field Value
- PropertyReadonly<Sprite>
Id
public string Id
Field Value
MissionId
public string MissionId
Field Value
Percentage
[DataProperty("percentage")]
public PropertyReadonly<string> Percentage
Field Value
ProgressIcon
[DataProperty("progress")]
public PropertyReadonly<Sprite> ProgressIcon
Field Value
- PropertyReadonly<Sprite>
Title
[DataProperty("title")]
public PropertyReadonly<string> Title