IOutgoingConnection Interface

This interface describes connections going out of a model. These are connected to an IOutputPin and the given target Target

Definition

Namespace: Articy.Unity.Interfaces
Assembly: ArticyRuntime (in ArticyRuntime.dll) Version: 1.3.1
C#
public interface IOutgoingConnection : IFlowObject
Implements
IFlowObject

Properties

Target The target node for the outgoing connection
TargetPin Gets the target pin id.

See Also