IInputPin Interface

This interface describes an input pin, and allows access to its owner and "gateway" connections. GetOutgoingConnections

Definition

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

Properties

Owner Gets owner model.

Methods

GetOutgoingConnections Gets the outgoing connections for this input pin

See Also