Class TutorialsAndLessonsContextData
public class TutorialsAndLessonsContextData : ApiDataContext, IDisposable, IDataContext, IDataContextReadonly, IDataContextWritable
- Inheritance
-
TutorialsAndLessonsContextData
- Implements
- Inherited Members
- Extension Methods
Constructors
TutorialsAndLessonsContextData(SubTutorialsItem[], List<MissionData>, LessonIcon[], ProgressLessonIcon[])
public TutorialsAndLessonsContextData(SubTutorialsItem[] lessons, List<MissionData> completedlessons, LessonIcon[] lessonsIcons, ProgressLessonIcon[] progressLessonsIcons)
Parameters
lessonsSubTutorialsItem[]completedlessonsList<MissionData>lessonsIconsLessonIcon[]progressLessonsIconsProgressLessonIcon[]
Fields
FeatureImage
[DataProperty("featureImage")]
public PropertyReadonly<Sprite> FeatureImage
Field Value
- PropertyReadonly<Sprite>
GroupDescription
[DataProperty("groupDescription")]
public PropertyReadonly<string> GroupDescription
Field Value
LessonsList
[DataList("lessons")]
public ContextListProperty<TutorialContextElement> LessonsList
Field Value
TutorialTitle
[DataProperty("tutorialTitle")]
public PropertyReadonly<string> TutorialTitle
Field Value
TutorialsList
[DataList("tutorials")]
public ContextListProperty<TutorialContextElement> TutorialsList
Field Value
UpdateContent
public UnityEvent UpdateContent
Field Value
- UnityEvent
Methods
CloseSubMenu()
[DataAction("closeLessonsMenu")]
public void CloseSubMenu()
RefreshSubMenu()
public void RefreshSubMenu()