The order property helps the node to arrange its pins visually. The higher the order, the more right the pin appears on the node.

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

Syntax

C#
public int Order { get; set; }

See Also