The IPluginInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
Author |
Specify the plugins author.
| |
Bugs |
Specify known problems.
| |
Category |
The category in which the plugin can be found. Try to use an existing one.
| |
Class |
The nodes classname. Filled out automatically, when using code as seen in the PluginTemplate.
| |
Credits |
Give credits to thirdparty code used.
| |
Help |
Describe the nodes function in a few words.
| |
InitialBoxSize |
Only for GUI plugins. Defines the nodes initial size in box-mode.
| |
InitialComponentMode |
Only for GUI plugins. Defines the nodes initial component mode.
| |
InitialWindowSize |
Only for GUI plugins. Defines the nodes initial size in window-mode.
| |
Name |
The nodes main visible name. Use CamelCaps and no spaces.
| |
Namespace |
The nodes namespace. Filled out automatically, when using code as seen in the PluginTemplate.
| |
Shortcut |
Optional. Shortcut to create an instance of this node.
| |
Tags |
Specify a comma separated list of tags that describe the node. Name, category and Version don't need to be duplicated here.
| |
Version |
Optional. Leave blank if not needed to distinguish two nodes of the same name and category.
| |
Warnings |
Specify any usage of the node that may cause troubles.
|