Class ChangelogPage
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Core.Editor.dll
Syntax
public class ChangelogPage : Page
Constructors
ChangelogPage(PluginChangelog, bool)
Declaration
public ChangelogPage(PluginChangelog changelog, bool showPluginName)
Parameters
Type | Name | Description |
---|---|---|
PluginChangelog | changelog | |
bool | showPluginName |
Fields
changeTypesColors
Declaration
public static readonly Dictionary<string, Color> changeTypesColors
Field Value
Type | Description |
---|---|
Dictionary<string, Color> |
Methods
OnContentGUI()
Declaration
protected override void OnContentGUI()