Enum TutorialContainer.SectionType
The type of a section, which determines how it appears within the TutorialContainer that hosts it.
Namespace: Unity.Tutorials.Editor
Assembly: Unity.Tutorials.Editor.dll
Syntax
public enum TutorialContainer.SectionType
Fields
| Name | Description |
|---|---|
| ExternalLink | A section that will open a link in the browser when clicked. |
| Tutorial | A section that will start a Tutorial when clicked. |