Sandbox Logo

class Link

Summary

A link connects one <see cref="T:Facepunch.ActionGraphs.Node.Input" /> to a <see cref="T:Facepunch.ActionGraphs.Node.Output" />. They can either transmit values or signals. A signal will trigger the receiving node to act when the sending node fires its output.

User Comments