IOutputPin Interface

This interface describes an output pin, and allows access to its owner and outgoing connections.

Definition

Namespace: Articy.Unity.Interfaces
Assembly: ArticyRuntime (in ArticyRuntime.dll) Version: 1.3.1
C#
public interface IOutputPin : IArticyPrimitive, 
	IArticyReference, IFlowObject, IOutcomeEvaluator
Implements
IArticyPrimitive, IFlowObject, IArticyReference, IOutcomeEvaluator

Properties

Owner Gets the owner model.

Methods

GetOutgoingConnections Gets the outgoing connections for this output pin

See Also