Skip to main content

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

VariableDescription
LinkStyleGUIStyle for hyperlinks.
TitleStyleGUIStyle for titles.
HeadingStyleGUIStyle for headings.
BodyStyleGUIStyle for content.

Section

In Module: Inworld.Editor

This class is used to display content in the InworldReadme.

VariableDescription
headingThe heading within the section.
textThe content within the section.
linkTextThe text for the hyperlink (if this section is a hyperlink).
urlThe actual URL for the hyperlink (if this section is a hyperlink).