The IPluginConnections type exposes the following members.
Methods
Name | Description | |
---|---|---|
ConnectPin |
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.
| |
DisconnectPin |
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.
|