Click or drag to resize

IFlowObject Interface

Base class for all traversable objects in the flow. (Nodes, Pins, Connections etc.)

Namespace:  Articy.Unity
Assembly:  ArticyRuntime (in ArticyRuntime.dll) Version: 1.0.3
Syntax
C#
public interface IFlowObject
Remarks

This interface is used together with the ArticyFlowPlayer and is passed to OnFlowPlayerPaused(IFlowObject). All objects that can be traversed implement this interface.

See Also