Enum ParagraphType
Different paragraph types.
Namespace: Unity.Tutorials.Editor
Assembly: Unity.Tutorials.Editor.dll
Syntax
public enum ParagraphType
Fields
| Name | Description |
|---|---|
| Image | An image. |
| Instruction | Text instructions with underlying completion criterion logic. |
| Media | A media content (can be image, video or video url) |
| Narrative | Text. |
| SwitchTutorial | A button for switching to another tutorial. |
| Video | A video clip. |
| VideoUrl | A video url |