Class ChangelogPage
Inherited Members
Namespace: Unity.VisualScripting
Syntax
public class ChangelogPage : Page
Constructors
ChangelogPage(PluginChangelog, Boolean)
Declaration
public ChangelogPage(PluginChangelog changelog, bool showPluginName)
Parameters
Type | Name | Description |
---|---|---|
PluginChangelog | changelog | |
Boolean | 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()