Click or drag to resize

NodeTypes Enumeration

Combinable type list of the end nodes of the tree.

Namespace: Vishnu.Interchange
Assembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
[FlagsAttribute]
public enum NodeTypes
Member
Member nameValueDescription of the
None1Everything is let through.
NodeConnector2NodeConnectors.
ValueModifier4ValueModifier.
JobConnector8JobConnectors.
Constant16Constants.
Checker32Checker.
NodeList64NodeList.
JobList128JobList.
Snapshot256Snapshot.
See also