Class TutorialParagraph
Inheritance
TutorialParagraph
Syntax
[Serializable]
public class TutorialParagraph
Properties
completed
Declaration
public bool completed { get; }
Property Value
criteria
Declaration
public IEnumerable<TypedCriterion> criteria { get; }
Property Value
Description
Declaration
public string Description { get; set; }
Property Value
icons
Declaration
public IEnumerable<InlineIcon> icons { get; }
Property Value
image
Declaration
public Texture2D image { get; set; }
Property Value
InstructionText
Declaration
public string InstructionText { get; set; }
Property Value
InstructionTitle
Declaration
public string InstructionTitle { get; set; }
Property Value
maskingSettings
Declaration
public MaskingSettings maskingSettings { get; }
Property Value
summary
Declaration
public string summary { get; set; }
Property Value
type
Declaration
public ParagraphType type { get; }
Property Value
video
Declaration
public VideoClip video { get; set; }
Property Value