Table of Contents

Class TutorialContextElement

Namespace
KSP.UI
Assembly
Assembly-CSharp.dll
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

id string
title string
description string
icon Sprite
featureImageIcon Sprite
percentage string
progressIcon Sprite
missionID string

Fields

Description

[DataProperty("description")]
public PropertyReadonly<string> Description

Field Value

PropertyReadonly<string>

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

string

MissionId

public string MissionId

Field Value

string

Percentage

[DataProperty("percentage")]
public PropertyReadonly<string> Percentage

Field Value

PropertyReadonly<string>

ProgressIcon

[DataProperty("progress")]
public PropertyReadonly<Sprite> ProgressIcon

Field Value

PropertyReadonly<Sprite>

Title

[DataProperty("title")]
public PropertyReadonly<string> Title

Field Value

PropertyReadonly<string>