Updates the key of an existing node info.
Namespace: VVVV.PluginInterfaces.V2Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872
Syntax
C# |
---|
void UpdateNodeInfo( INodeInfo nodeInfo, string name, string category, string version, string filename ) |
Parameters
- nodeInfo
- Type: VVVV.PluginInterfaces.V2..::..INodeInfo
The node info to update.
- name
- Type: System..::..String
The new name.
- category
- Type: System..::..String
The new category.
- version
- Type: System..::..String
The new version.
- filename
- Type: System..::..String
The new absolute path to source file which contains this node info.