PluginInfo Attributes
PluginInfo Attributes describe the plugin to vvvv.
[PluginInfo(Name = "Template",
Category = "Value",
Help = "A simple Template",
Tags = "simple, basic",
Author = "vvvv group",
AutoEvaluate = false)]
Within the () brackets in the statement above there is a comma seperated list of properties. Only the Name and Category property are mandatory, all others are optional.
All available properties are listed here.