Table of Contents

Interface IHasDependencyNodes

Namespace
Pinwheel.Vista.Graph
Assembly
Pinwheel.Vista.Runtime.dll

Marks a node that depends on other graphs or nodes outside its normal slot connections.

public interface IHasDependencyNodes : INode, IHasID, IGroupable
Inherited Members
Extension Methods

Methods

GetDependencies(IEnumerable<INode>)

Returns the extra dependency nodes that must be considered when building graph execution or recursion checks.