InworldReadmeEditor
Module: Inworld.Editor Namespace: Inworld.Editors Custom Editor: InworldReadme Inherited from: Editor
This class represents the custom editor for the InworldReadme scriptable object.
Variables
Variable | Description |
---|---|
LinkStyle | GUIStyle for hyperlinks. |
TitleStyle | GUIStyle for titles. |
HeadingStyle | GUIStyle for headings. |
BodyStyle | GUIStyle for content. |
Related Class
Section
In Module: Inworld.Editor
This class is used to display content in the InworldReadme.
Variable | Description |
---|---|
heading | The heading within the section. |
text | The content within the section. |
linkText | The text for the hyperlink (if this section is a hyperlink). |
url | The actual URL for the hyperlink (if this section is a hyperlink). |