The IPluginConnections type exposes the following members.

Methods

  NameDescription
Public methodConnectPin
Called by the PluginHost for every input or output that is being connected. This is typically useful for NodeIO Inputs that can cache a reference to the upstream interface at this place instead of getting the reference every frame in Evaluate.
Public methodDisconnectPin
Called by the PluginHost for every input or output that is being disconnected. This is typically useful for NodeIO Inputs that can set a cached reference to the upstream interface to null at this place.

See Also