• Home
  • Documentation
  • Forum
  • Blog
  • Users
    • Map
    • Userlist
    • Businesses
    • Userpages
    • Connections
  • Contributions
    • All
    • Store
  • Downloads
    • vvvv beta
    • vvvv beta previews
  • Store
Show / Hide Table of Contents

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.

  • Improve this Doc

© 2020 by vvvv group. Imprint | Privacy Policy.
Thanks to DocFX for building this website. Analytics by Plausible.

Back to top