Opens the editor of the given node.

Namespace: VVVV.PluginInterfaces.V2
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
void ShowEditor(
	INode2 node
)

Parameters

node
Type: VVVV.PluginInterfaces.V2.Graph..::..INode2
The node whose editor to open.

See Also