Namespace Unity.Tutorials.Editor.Paragraphs
Classes
CodeSampleParagraph
A paragraph of a TutorialPage that includes a block of code, and a button to copy it in the clipboard.
InstructionsParagraph
A paragraph of a TutorialPage used to display a series of instructions. The block will initially show a blue icon, then a green checkmark when the instructions are performed. The success state is evaluated using the paragraph's Criterias().
MediaParagraph
A paragraph of a TutorialPage used to display an image or a video.
NarrativeParagraph
A paragraph of a TutorialPage used to display a block of text.
ParagraphBase
Base class of all paragraphs in a Tutorial Page. Subclassed to implement specific paragraph types containing text, media, code, buttons, or whatever you need.