Enum ParagraphType
Different paragraph types.
Namespace: Unity.InteractiveTutorials
Syntax
public enum ParagraphType
Fields
Name | Description | Value |
---|---|---|
Narrative | Text. |
0 |
Instruction | Text instructions with underlying completion criterion logic. |
1 |
SwitchTutorial | A button for switching to another tutorial. |
2 |
UnorderedList | TODO 2.0 deprecated, remove. |
3 |
OrderedList | TODO 2.0 deprecated, remove. |
4 |
Icons | TODO 2.0 deprecated, remove. |
5 |
Image | An image. |
6 |
Video | A video clip. |
7 |