Allows a plugin to create/update an Enum with vvvv
Namespace: VVVV.PluginInterfaces.V2Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872
Syntax
Parameters
- enumName
- Type: System..::..String
The enums name.
- defaultEntry
- Type: System..::..String
The enums default value.
- enumEntries
- Type: array<System..::..String>[]()[][]
An array of strings that specify the enums entries.